Interface | Description |
---|---|
Formatter |
Formatter contract
|
Class | Description |
---|---|
BasicFormatterImpl |
Performs formatting of basic SQL statements (DML + query).
|
BinaryStreamImpl |
Implementation of
BinaryStream |
CharacterStreamImpl |
Implementation of
CharacterStream |
DDLFormatterImpl |
Performs formatting of DDL SQL statements.
|
JdbcCoordinatorImpl |
Standard Hibernate implementation of
JdbcCoordinator
IMPL NOTE : Custom serialization handling! |
JdbcServicesImpl |
Standard implementation of the
JdbcServices contract |
JdbcServicesInitiator |
Standard initiator for the standard
JdbcServices service |
LobCreatorBuilder |
Builds
LobCreator instances based on the capabilities of the environment. |
LogicalConnectionImpl |
Standard Hibernate
LogicalConnection implementation
IMPL NOTE : Custom serialization handling! |
ResultSetReturnImpl | |
ResultSetWrapperImpl |
Standard Hibernate implementation for wrapping a
ResultSet in a
" column name cache" wrapper. |
TypeInfo |
Models type info extracted from
DatabaseMetaData.getTypeInfo() |
TypeInfoExtracter |
Helper to extract type information from
JDBC metadata |
Enum | Description |
---|---|
FormatStyle |
Represents the the understood types or styles of formatting.
|
TypeNullability |
Describes the instrinsic nullability of a data type as reported by the JDBC driver.
|
TypeSearchability |
Describes the searchability of a data type as reported by the JDBC driver.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.