接口的使用
org.hibernate.internal.SessionCreationOptions
-
使用SessionCreationOptions的程序包 程序包 说明 org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate.internal中SessionCreationOptions的使用
org.hibernate.internal中SessionCreationOptions的子接口 修饰符和类型 接口 说明 interfaceSharedSessionCreationOptionsAn extension of SessionCreationOptions for cases where the Session to be created shares some part of the "transaction context" of another Session.实现SessionCreationOptions的org.hibernate.internal中的类 修饰符和类型 类 说明 static classSessionFactoryImpl.SessionBuilderImpl<T extends SessionBuilder>static classSessionFactoryImpl.StatelessSessionBuilderImpl参数类型为SessionCreationOptions的org.hibernate.internal中的构造器 构造器 说明 AbstractSessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)AbstractSharedSessionContract(SessionFactoryImpl factory, SessionCreationOptions options)SessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)
-