接口的使用
org.hibernate.StatelessSessionBuilder
-
使用StatelessSessionBuilder的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中StatelessSessionBuilder的使用
类型参数类型为StatelessSessionBuilder的org.hibernate中的类 修饰符和类型 接口 说明 interfaceStatelessSessionBuilder<T extends StatelessSessionBuilder>Represents a consolidation of all stateless session creation options into a builder style delegate.返回StatelessSessionBuilder的org.hibernate中的方法 修饰符和类型 方法 说明 StatelessSessionBuilderSessionFactory. withStatelessOptions()Obtain aStatelessSessionbuilder. -
org.hibernate.engine.spi中StatelessSessionBuilder的使用
返回StatelessSessionBuilder的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 StatelessSessionBuilderSessionFactoryDelegatingImpl. withStatelessOptions() -
org.hibernate.internal中StatelessSessionBuilder的使用
实现StatelessSessionBuilder的org.hibernate.internal中的类 修饰符和类型 类 说明 static classSessionFactoryImpl.StatelessSessionBuilderImpl返回StatelessSessionBuilder的org.hibernate.internal中的方法 修饰符和类型 方法 说明 StatelessSessionBuilderSessionFactoryImpl.StatelessSessionBuilderImpl. connection(Connection connection)StatelessSessionBuilderSessionFactoryImpl.StatelessSessionBuilderImpl. setQueryParameterValidation(boolean enabled)StatelessSessionBuilderSessionFactoryImpl.StatelessSessionBuilderImpl. tenantIdentifier(String tenantIdentifier)StatelessSessionBuilderSessionFactoryImpl. withStatelessOptions()
-