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.spi org.hibernate.engine.spi org.hibernate.resource.jdbc.spi -
-
Uses of StatementInspector in org.hibernate
Methods in org.hibernate with parameters of type StatementInspector Modifier and Type Method Description T
SessionBuilder. statementInspector(StatementInspector statementInspector)
Applies a specific StatementInspector to the session options. -
Uses of StatementInspector in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type StatementInspector Modifier and Type Method 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 inSessionBuilder.statementInspector(org.hibernate.resource.jdbc.spi.StatementInspector)
-
Uses of StatementInspector in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return StatementInspector Modifier and Type Method Description StatementInspector
AbstractDelegatingSessionFactoryOptions. getStatementInspector()
StatementInspector
SessionFactoryOptions. getStatementInspector()
Methods in org.hibernate.boot.spi with parameters of type StatementInspector Modifier and Type Method Description T
AbstractDelegatingSessionFactoryBuilder. 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 T
AbstractDelegatingSessionBuilder. statementInspector(StatementInspector statementInspector)
T
AbstractDelegatingSharedSessionBuilder. statementInspector(StatementInspector statementInspector)
-
Uses of StatementInspector in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return StatementInspector Modifier and Type Method Description StatementInspector
JdbcSessionContext. getStatementInspector()
-