| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
NamedQueryRepository |
InFlightMetadataCollectorImpl.buildNamedQueryRepository(SessionFactoryImpl sessionFactory) |
NamedQueryRepository |
MetadataImpl.buildNamedQueryRepository(SessionFactoryImpl sessionFactory) |
java.util.Map<java.lang.String,ProcedureCallMemento> |
MetadataImpl.buildProcedureCallMementos(SessionFactoryImpl sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
NamedQueryRepository |
AbstractDelegatingMetadata.buildNamedQueryRepository(SessionFactoryImpl sessionFactory) |
NamedQueryRepository |
MetadataImplementor.buildNamedQueryRepository(SessionFactoryImpl sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
ProcedureCallMemento |
NamedProcedureCallDefinition.toMemento(SessionFactoryImpl sessionFactory,
java.util.Map<java.lang.String,ResultSetMappingDefinition> resultSetMappingDefinitions) |
| Constructor and Description |
|---|
AbstractSessionImpl(SessionFactoryImpl factory,
SessionCreationOptions options) |
AbstractSharedSessionContract(SessionFactoryImpl factory,
SessionCreationOptions options) |
SessionImpl(SessionFactoryImpl factory,
SessionCreationOptions options) |
StatelessSessionBuilderImpl(SessionFactoryImpl sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryImpl |
CriteriaBuilderImpl.getEntityManagerFactory()
Provides protected access to the underlying
SessionFactoryImpl. |
| Constructor and Description |
|---|
CriteriaBuilderImpl(SessionFactoryImpl sessionFactory) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.