接口的使用
org.hibernate.resource.jdbc.spi.StatementInspector
-
使用StatementInspector的程序包 程序包 说明 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 -
-
org.hibernate中StatementInspector的使用
参数类型为StatementInspector的org.hibernate中的方法 修饰符和类型 方法 说明 TSessionBuilder. statementInspector(StatementInspector statementInspector)Applies a specific StatementInspector to the session options. -
org.hibernate.boot中StatementInspector的使用
参数类型为StatementInspector的org.hibernate.boot中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilder. 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) -
org.hibernate.boot.internal中StatementInspector的使用
返回StatementInspector的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 StatementInspectorSessionFactoryOptionsBuilder. getStatementInspector()参数类型为StatementInspector的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 SessionFactoryBuilderSessionFactoryBuilderImpl. applyStatementInspector(StatementInspector statementInspector)voidSessionFactoryOptionsBuilder. applyStatementInspector(StatementInspector statementInspector) -
org.hibernate.boot.spi中StatementInspector的使用
返回StatementInspector的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 StatementInspectorAbstractDelegatingSessionFactoryOptions. getStatementInspector()StatementInspectorSessionFactoryOptions. getStatementInspector()参数类型为StatementInspector的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionFactoryBuilder. applyStatementInspector(StatementInspector statementInspector) -
org.hibernate.engine.spi中StatementInspector的使用
参数类型为StatementInspector的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 TAbstractDelegatingSessionBuilder. statementInspector(StatementInspector statementInspector)TAbstractDelegatingSharedSessionBuilder. statementInspector(StatementInspector statementInspector) -
org.hibernate.internal中StatementInspector的使用
返回StatementInspector的org.hibernate.internal中的方法 修饰符和类型 方法 说明 StatementInspectorJdbcSessionContextImpl. getStatementInspector()StatementInspectorSessionCreationOptions. getStatementInspector()StatementInspectorSessionFactoryImpl.SessionBuilderImpl. getStatementInspector()StatementInspectorSessionFactoryImpl.StatelessSessionBuilderImpl. getStatementInspector()参数类型为StatementInspector的org.hibernate.internal中的方法 修饰符和类型 方法 说明 TSessionFactoryImpl.SessionBuilderImpl. statementInspector(StatementInspector statementInspector)参数类型为StatementInspector的org.hibernate.internal中的构造器 构造器 说明 JdbcSessionContextImpl(SharedSessionContractImplementor session, StatementInspector statementInspector, org.hibernate.internal.FastSessionServices fastSessionServices) -
org.hibernate.resource.jdbc.spi中StatementInspector的使用
返回StatementInspector的org.hibernate.resource.jdbc.spi中的方法 修饰符和类型 方法 说明 StatementInspectorJdbcSessionContext. getStatementInspector()
-