
Data model view - Java Pet Store Sample Application
Element Catalog
- opcdb ...
- petstoredb ...
- supplierdb ...
Parent View
This view does not have a Parent view
Related Views
Data model view - petstoredb
Data model view - petstoredb
Element Catalog
- Elements in capital letters. Items of the Pet Store catalog
- All others, with the exception of CounterEJB, track customer information.
Parent View
Data model view - Java Pet Store Sample Application
Other Information
Following is a list of the entity beans in the application. All beans use container-managed persistence.
- CustomerEJBâtracks customer ID (primary key), account, and profile
- AccountEJBâtracks account status, credit card, and contact info
- ProfileEJBâtracks preferred language, category, list preference, and banner preference
- ContactInfoEJBâtracks family and given name, telephone, email, and address
- CreditCardEJBâtracks card number, card type, and expiration date
- AddressEJBâtracks two lines of street address, state, zip code, and country
- UserEJBârepresents a user who may sign on to the system; tracks a user name and password
- CounterEJBârepresents a counter with a specific prefix; used only by UniqueIdGeneratorEJB to manage series of unique numbers
All of the entity beans in petstore, with the exception of CounterEJB, track customer information.