Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.resource.jdbc.spi |
Modifier and Type | Method and Description |
---|---|
T |
SessionBuilder.statementInspector(StatementInspector statementInspector)
Applies a specific StatementInspector to the session options.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyStatementInspector(StatementInspector statementInspector)
Names a StatementInspector to be applied to the SessionFactory, which in turn means it will be used by all
Sessions unless one is explicitly specified in
SessionBuilder.statementInspector(org.hibernate.resource.jdbc.spi.StatementInspector) |
Modifier and Type | Method and Description |
---|---|
StatementInspector |
SessionFactoryOptionsImpl.getStatementInspector() |
StatementInspector |
SessionFactoryOptionsState.getStatementInspector() |
StatementInspector |
SessionFactoryBuilderImpl.getStatementInspector() |
StatementInspector |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getStatementInspector() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyStatementInspector(StatementInspector statementInspector) |
Modifier and Type | Method and Description |
---|---|
StatementInspector |
SessionFactoryOptions.getStatementInspector() |
StatementInspector |
AbstractDelegatingSessionFactoryOptions.getStatementInspector() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyStatementInspector(StatementInspector statementInspector) |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDelegatingSharedSessionBuilder.statementInspector(StatementInspector statementInspector) |
T |
AbstractDelegatingSessionBuilder.statementInspector(StatementInspector statementInspector) |
Modifier and Type | Method and Description |
---|---|
StatementInspector |
JdbcSessionContextImpl.getStatementInspector() |
StatementInspector |
SessionFactoryImpl.StatelessSessionBuilderImpl.getStatementInspector() |
StatementInspector |
SessionCreationOptions.getStatementInspector() |
Constructor and Description |
---|
JdbcSessionContextImpl(SharedSessionContractImplementor session,
StatementInspector statementInspector) |
Modifier and Type | Method and Description |
---|---|
StatementInspector |
JdbcSessionContext.getStatementInspector() |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.