Uses of Class
org.hibernate.community.dialect.CommunityDatabase
-
Packages that use CommunityDatabase Package Description org.hibernate.community.dialect -
-
Uses of CommunityDatabase in org.hibernate.community.dialect
Methods in org.hibernate.community.dialect that return CommunityDatabase Modifier and Type Method Description static CommunityDatabaseCommunityDatabase. valueOf(String name)Returns the enum constant of this type with the specified name.static CommunityDatabase[]CommunityDatabase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-