Uses of Enum Class
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
Packages that use JdbcTypeFamilyInformation.Family
Package
Description
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of JdbcTypeFamilyInformation.Family in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return JdbcTypeFamilyInformation.FamilyModifier and TypeMethodDescriptionJdbcTypeFamilyInformation.locateJdbcTypeFamilyByTypeCode(int typeCode) Will returnnullif no match is found.Returns the enum constant of this class with the specified name.static JdbcTypeFamilyInformation.Family[]JdbcTypeFamilyInformation.Family.values()Returns an array containing the constants of this enum class, in the order they are declared.