Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcServices
-
Packages that use JdbcServices Package Description org.hibernate.engine.spi org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL AST -
-
Uses of JdbcServices in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcServices Modifier and Type Method Description JdbcServicesSessionDelegatorBaseImpl. getJdbcServices()JdbcServicesSessionFactoryDelegatingImpl. getJdbcServices()JdbcServicesSessionFactoryImplementor. getJdbcServices()Get the JdbcServices.JdbcServicesSharedSessionContractImplementor. getJdbcServices() -
Uses of JdbcServices in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcServices Modifier and Type Method Description protected JdbcServicesAbstractSqlAstTranslator. getJdbcServices()
-