Package io.quarkus.hibernate.orm.runtime
Class JPAConfig
java.lang.Object
io.quarkus.hibernate.orm.runtime.JPAConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class(package private) static final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of persistence units that were deactivated through configuration properties.jakarta.persistence.EntityManagerFactorygetEntityManagerFactory(String unitName) Returns the registered, active persistence units.(package private) voidstartAll()
-
Constructor Details
-
JPAConfig
-
-
Method Details
-
startAll
void startAll() -
getEntityManagerFactory
-
getPersistenceUnits
Returns the registered, active persistence units.- Returns:
- Set containing the names of all registered, actives persistence units.
-
getDeactivatedPersistenceUnitNames
Returns the name of persistence units that were deactivated through configuration properties.- Returns:
- Set containing the names of all persistence units that were deactivated through configuration properties.
-