Uses of Class
org.jbpm.test.persistence.scripts.PersistenceUnit
-
Packages that use PersistenceUnit Package Description org.jbpm.test.persistence.scripts -
-
Uses of PersistenceUnit in org.jbpm.test.persistence.scripts
Methods in org.jbpm.test.persistence.scripts that return PersistenceUnit Modifier and Type Method Description static PersistenceUnit
PersistenceUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static PersistenceUnit[]
PersistenceUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.test.persistence.scripts with parameters of type PersistenceUnit Modifier and Type Method Description static TestPersistenceContextBase
TestPersistenceContextBase. createAndInitContext(PersistenceUnit persistenceUnit)
void
TestPersistenceContextBase. init(PersistenceUnit persistenceUnit)
Initializes persistence context from specified persistence unit.
-