Uses of Enum Class
org.hibernate.engine.jdbc.spi.TypeSearchability
Packages that use TypeSearchability
Package
Description
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 TypeSearchabilityModifier and TypeMethodDescriptionTypeInfo.getSearchability()static TypeSearchabilityTypeSearchability.interpret(short code) Based on the code retrieved fromDatabaseMetaData.getTypeInfo()for theSEARCHABLEcolumn, return the appropriate enum.static TypeSearchabilityReturns the enum constant of this class with the specified name.static TypeSearchability[]TypeSearchability.values()Returns an array containing the constants of this enum class, in the order they are declared.