Uses of Interface
org.conical.common.bbl.jpa.DataManager
Package
Description
Contains classes to support Java Persistence API development.
-
Uses of DataManager in org.conical.common.bbl.jpa
Modifier and TypeClassDescriptionclass
DbWorker<T extends DataManager>
Performs database tasks using a given the operations available on the passed DataManager.Modifier and TypeClassDescriptionclass
Abstract implementation of DataManager that performs JPA operations within a transaction.Modifier 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.