Uses of Class
org.hibernate.dialect.SybaseDriverKind
-
Packages that use SybaseDriverKind Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of SybaseDriverKind in org.hibernate.dialect
Methods in org.hibernate.dialect that return SybaseDriverKind Modifier and Type Method Description static SybaseDriverKind
SybaseDriverKind. determineKind(DialectResolutionInfo dialectResolutionInfo)
SybaseDriverKind
SybaseDialect. getDriverKind()
static SybaseDriverKind
SybaseDriverKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static SybaseDriverKind[]
SybaseDriverKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-