Uses of Class
org.hibernate.engine.jdbc.spi.TypeSearchability
-
Packages that use TypeSearchability Package Description org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interaction -
-
Uses of TypeSearchability in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return TypeSearchability Modifier and Type Method Description TypeSearchabilityTypeInfo. getSearchability()static TypeSearchabilityTypeSearchability. interpret(short code)Based on the code retrieved fromDatabaseMetaData.getTypeInfo()for theSEARCHABLEcolumn, return the appropriate enum.static TypeSearchabilityTypeSearchability. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeSearchability[]TypeSearchability. values()Returns an array containing the constants of this enum type, in the order they are declared.
-