Uses of Interface
org.hibernate.resource.jdbc.spi.StatementInspector
-
Packages that use StatementInspector Package Description org.hibernate 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 org.hibernate.resource.jdbc.internal org.hibernate.resource.jdbc.spi org.hibernate.testing.jdbc org.hibernate.testing.orm.junit -
-
Uses of StatementInspector in org.hibernate
Methods in org.hibernate with parameters of type StatementInspector Modifier and Type Method Description TSessionBuilder. statementInspector(StatementInspector statementInspector)Applies the givenStatementInspectorto the session. -
Uses of StatementInspector in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type StatementInspector Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyStatementInspector(StatementInspector statementInspector)Specifies aStatementInspectorassociated with theSessionFactory, which will be used by all sessions unless a statement inspector is explicitly specified usingSessionBuilder.statementInspector(org.hibernate.resource.jdbc.spi.StatementInspector) -
Uses of StatementInspector in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return StatementInspector Modifier and Type Method Description StatementInspectorSessionFactoryOptionsBuilder. getStatementInspector()Methods in org.hibernate.boot.internal with parameters of type StatementInspector Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderImpl. applyStatementInspector(StatementInspector statementInspector)voidSessionFactoryOptionsBuilder. applyStatementInspector(StatementInspector statementInspector) -
Uses of StatementInspector in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return StatementInspector Modifier and Type Method Description StatementInspectorAbstractDelegatingSessionFactoryOptions. getStatementInspector()StatementInspectorSessionFactoryOptions. getStatementInspector()Methods in org.hibernate.boot.spi with parameters of type StatementInspector Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyStatementInspector(StatementInspector statementInspector) -
Uses of StatementInspector in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type StatementInspector Modifier and Type Method Description TAbstractDelegatingSessionBuilder. statementInspector(StatementInspector statementInspector)TAbstractDelegatingSharedSessionBuilder. statementInspector(StatementInspector statementInspector) -
Uses of StatementInspector in org.hibernate.internal
Methods in org.hibernate.internal that return StatementInspector Modifier and Type Method Description StatementInspectorJdbcSessionContextImpl. getStatementInspector()StatementInspectorSessionCreationOptions. getStatementInspector()StatementInspectorSessionFactoryImpl.SessionBuilderImpl. getStatementInspector()StatementInspectorSessionFactoryImpl.StatelessSessionBuilderImpl. getStatementInspector()Methods in org.hibernate.internal with parameters of type StatementInspector Modifier and Type Method Description TSessionFactoryImpl.SessionBuilderImpl. statementInspector(StatementInspector statementInspector)Constructors in org.hibernate.internal with parameters of type StatementInspector Constructor Description JdbcSessionContextImpl(SharedSessionContractImplementor session, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, FastSessionServices fastSessionServices) -
Uses of StatementInspector in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement StatementInspector Modifier and Type Class Description classEmptyStatementInspectorFields in org.hibernate.resource.jdbc.internal declared as StatementInspector Modifier and Type Field Description static StatementInspectorEmptyStatementInspector. INSTANCEThe singleton reference. -
Uses of StatementInspector in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return StatementInspector Modifier and Type Method Description StatementInspectorJdbcSessionContext. getStatementInspector() -
Uses of StatementInspector in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement StatementInspector Modifier and Type Class Description classSQLStatementInspector -
Uses of StatementInspector in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with type parameters of type StatementInspector Modifier and Type Method Description <T extends StatementInspector>
TEntityManagerFactoryScope. getStatementInspector(Class<T> type)<T extends StatementInspector>
TSessionFactoryScope. getStatementInspector(Class<T> type)Methods in org.hibernate.testing.orm.junit that return StatementInspector Modifier and Type Method Description StatementInspectorEntityManagerFactoryScope. getStatementInspector()StatementInspectorSessionFactoryScope. getStatementInspector()Methods in org.hibernate.testing.orm.junit that return types with arguments of type StatementInspector Modifier and Type Method Description Class<? extends StatementInspector>statementInspectorClass()
-