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