Package org.hibernate.engine.jdbc.internal
package org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
-
ClassDescriptionImplementation of
BinaryStream
backed by abyte[]
array.Performs formatting of basic SQL statements (DML + query).Implementation ofCharacterStream
Performs formatting of DDL SQL statements.Represents the understood types or styles of formatting.Formatter contractPerforms basic syntax highlighting for SQL using ANSI escape codes.Standard implementation ofJdbcCoordinator
.Standard implementation of theJdbcServices
contractStandard initiator for the standardJdbcServices
service TODO : should this maybe be a SessionFactory service?Standard implementation of theResultSetReturn
contractTheSqlStatementLogger
is accessible viaJdbcServices
, but during service initialization, it might be needed before theJdbcServices
service is initialized.Implementation ofBinaryStream
backed by anInputStream
.