Uses of Interface
org.conical.common.bbl.jpa.Identifiable
Package
Description
Contains classes to support Java Persistence API development.
-
Uses of Identifiable in org.conical.common.bbl.jpa
Modifier and TypeMethodDescription<T extends Identifiable>
voidDataManager.deleteObject
(T obj) Deletes the record represented by the passed object.final <T extends Identifiable>
voidJpaDataManager.deleteObject
(T obj) Deletes the record represented by the passed object.<T extends Identifiable>
TLooks up an instance of any class implementing Identifiable by its ID and returns it.final <T extends Identifiable>
TLooks up an instance of any class implementing Identifiable by its ID and returns it.<T extends Identifiable>
TDataManager.saveObject
(T obj) Saves a JPA entity that implements Identifiable to the database.final <T extends Identifiable>
TJpaDataManager.saveObject
(T obj) Saves a JPA entity that implements Identifiable to the database.