Uses of Class
petclinic.util.BaseEntity
Packages that use BaseEntity
-
Uses of BaseEntity in petclinic.owners
Subclasses of BaseEntity in petclinic.owners -
Uses of BaseEntity in petclinic.pets
Subclasses of BaseEntity in petclinic.pets -
Uses of BaseEntity in petclinic.util
Subclasses of BaseEntity in petclinic.utilMethods in petclinic.util with type parameters of type BaseEntityModifier and TypeMethodDescription<E extends BaseEntity>
List<E> Database.find
(@org.checkerframework.checker.index.qual.NonNegative int maxResults, String qlStatement, Object... qlArgs) Finds one or more persistent entities of a certain type in the application database, up to a given maximum number of entities.<E extends BaseEntity>
List<E> Finds one or more persistent entities of a certain type in the application database.<E extends BaseEntity>
EFinds an entity in the application database given its class and unique id.Methods in petclinic.util with parameters of type BaseEntityModifier and TypeMethodDescriptionvoid
Database.remove
(BaseEntity entity) Removes a given persistent entity from the application database.void
Database.save
(BaseEntity entity) Saves the state of a given entity to the application database, whether it is new (still transient, with no id) or already persisted (with an id). -
Uses of BaseEntity in petclinic.vets
Subclasses of BaseEntity in petclinic.vets -
Uses of BaseEntity in petclinic.visits
Subclasses of BaseEntity in petclinic.visits