Package org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
-
Interface Summary Interface Description Formatter Formatter contract -
Class Summary Class Description BasicFormatterImpl Performs formatting of basic SQL statements (DML + query).BinaryStreamImpl Implementation ofBinaryStream
CharacterStreamImpl Implementation ofCharacterStream
DDLFormatterImpl Performs formatting of DDL SQL statements.HighlightingFormatter Performs basic syntax highlighting for SQL using ANSI escape codes.JdbcCoordinatorImpl Standard implementation ofJdbcCoordinator
.JdbcServicesImpl Standard implementation of theJdbcServices
contractJdbcServicesInitiator Standard initiator for the standardJdbcServices
service TODO : should this maybe be a SessionFactory service?MutationStatementPreparerImpl ResultSetReturnImpl Standard implementation of the ResultSetReturn contractSqlStatementLoggerInitiator TheSqlStatementLogger
is accessible viaJdbcServices
, but during service initialization, it might be needed before theJdbcServices
service is initialized. -
Enum Summary Enum Description FormatStyle Represents the understood types or styles of formatting.