Uses of Class
org.omnifaces.persistence.Database
-
Packages that use Database Package Description org.omnifaces.persistence org.omnifaces.persistence.service -
-
Uses of Database in org.omnifaces.persistence
Methods in org.omnifaces.persistence that return Database Modifier and Type Method Description static Database
Database. of(EntityManager entityManager)
static Database
Database. valueOf(String name)
Returns the enum constant of this type with the specified name.static Database[]
Database. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.persistence with parameters of type Database Modifier and Type Method Description static boolean
Database. is(Database database)
-
Uses of Database in org.omnifaces.persistence.service
Methods in org.omnifaces.persistence.service that return Database Modifier and Type Method Description Database
BaseEntityService. getDatabase()
Returns the SQL database being used.
-