Uses of Interface
org.conical.common.bbl.jpa.DataManager
Packages that use DataManager
Package
Description
Contains classes to support Java Persistence API development.
-
Uses of DataManager in org.conical.common.bbl.jpa
Classes in org.conical.common.bbl.jpa with type parameters of type DataManagerModifier and TypeClassDescriptionclass
DbWorker<T extends DataManager>
Performs database tasks using a given the operations available on the passed DataManager.Classes in org.conical.common.bbl.jpa that implement DataManagerModifier and TypeClassDescriptionclass
Abstract implementation of DataManager that performs JPA operations within a transaction.Methods in org.conical.common.bbl.jpa with type parameters of type DataManagerModifier and TypeMethodDescription<T extends DataManager>
voidSets up classes needed to interface with the database, then begins a database transaction and calls doDbTasks() on the passed DbWorker.final <T extends DataManager>
voidPerforms database operations defined in the passed worker within a transaction.