Uses of Class
org.hibernate.engine.jdbc.spi.TypeSearchability
-
Packages that use TypeSearchability Package Description org.hibernate.engine.jdbc.spi SPI contracts 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 TypeSearchability
TypeInfo. getSearchability()
static TypeSearchability
TypeSearchability. interpret(short code)
Based on the code retrieved fromDatabaseMetaData.getTypeInfo()
for theSEARCHABLE
column, return the appropriate enum.static TypeSearchability
TypeSearchability. 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.
-