Package | Description |
---|---|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
Modifier and Type | Method and Description |
---|---|
TypeNullability |
TypeInfo.getNullability() |
static TypeNullability |
TypeNullability.interpret(short code)
Based on the code retrieved from
DatabaseMetaData.getTypeInfo() for the NULLABLE
column, return the appropriate enum. |
static TypeNullability |
TypeNullability.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.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.