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