Uses of Enum Class
org.hibernate.dialect.Database
Packages that use Database
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of Database in org.hibernate.dialect
Subclasses with type arguments of type Database in org.hibernate.dialectModifier and TypeClassDescriptionenumA list of relational database systems for which Hibernate can resolve aDialect.Methods in org.hibernate.dialect that return Database