Uses of Enum Class
org.hibernate.engine.jdbc.spi.TypeNullability
Packages that use TypeNullability
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of TypeNullability in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return TypeNullabilityModifier and TypeMethodDescriptionTypeInfo.getNullability()static TypeNullabilityTypeNullability.interpret(short code) Based on the code retrieved fromDatabaseMetaData.getTypeInfo()for theNULLABLEcolumn, return the appropriate enum.static TypeNullabilityReturns the enum constant of this class with the specified name.static TypeNullability[]TypeNullability.values()Returns an array containing the constants of this enum class, in the order they are declared.