Uses of Class
org.hibernate.dialect.Database
-
Packages that use Database Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of Database in org.hibernate.dialect
Methods in org.hibernate.dialect that return Database Modifier and Type Method Description 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.
-