类的使用
org.hibernate.internal.SessionFactoryImpl
-
使用SessionFactoryImpl的程序包 程序包 说明 org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg.annotations org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs.org.hibernate.query.criteria.internal -
-
org.hibernate.boot.internal中SessionFactoryImpl的使用
参数类型为SessionFactoryImpl的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 NamedQueryRepositoryInFlightMetadataCollectorImpl. buildNamedQueryRepository(SessionFactoryImpl sessionFactory)NamedQueryRepositoryMetadataImpl. buildNamedQueryRepository(SessionFactoryImpl sessionFactory) -
org.hibernate.boot.spi中SessionFactoryImpl的使用
参数类型为SessionFactoryImpl的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 NamedQueryRepositoryAbstractDelegatingMetadata. buildNamedQueryRepository(SessionFactoryImpl sessionFactory)NamedQueryRepositoryMetadataImplementor. buildNamedQueryRepository(SessionFactoryImpl sessionFactory) -
org.hibernate.cfg.annotations中SessionFactoryImpl的使用
参数类型为SessionFactoryImpl的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 ProcedureCallMementoNamedProcedureCallDefinition. toMemento(SessionFactoryImpl sessionFactory, Map<String,ResultSetMappingDefinition> resultSetMappingDefinitions) -
org.hibernate.internal中SessionFactoryImpl的使用
参数类型为SessionFactoryImpl的org.hibernate.internal中的构造器 构造器 说明 AbstractSessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)AbstractSharedSessionContract(SessionFactoryImpl factory, SessionCreationOptions options)SessionBuilderImpl(SessionFactoryImpl sessionFactory)SessionImpl(SessionFactoryImpl factory, SessionCreationOptions options)StatelessSessionBuilderImpl(SessionFactoryImpl sessionFactory) -
org.hibernate.query.criteria.internal中SessionFactoryImpl的使用
返回SessionFactoryImpl的org.hibernate.query.criteria.internal中的方法 修饰符和类型 方法 说明 SessionFactoryImplCriteriaBuilderImpl. getEntityManagerFactory()Provides protected access to the underlyingSessionFactoryImpl.参数类型为SessionFactoryImpl的org.hibernate.query.criteria.internal中的构造器 构造器 说明 CriteriaBuilderImpl(SessionFactoryImpl sessionFactory)
-