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