Uses of Class
org.conical.common.bbl.jpa.DbWorker
Package
Description
Contains classes to support Java Persistence API development.
-
Uses of DbWorker in org.conical.common.bbl.jpa
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.