| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.event.service.internal | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.service.internal | |
| org.hibernate.service.spi | |
| org.hibernate.stat.internal |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory.SessionFactoryOptions |
SessionFactory.getSessionFactoryOptions()
Get the special options used to build the factory.
|
| Modifier and Type | Method and Description |
|---|---|
NativeQueryInterpreter |
NativeQueryInterpreterInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
CacheImplementor |
CacheInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactory.SessionFactoryOptions |
SessionFactoryImpl.getSessionFactoryOptions() |
| Constructor and Description |
|---|
SessionFactoryImpl(MetadataImplementor metadata,
SessionFactory.SessionFactoryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistryImpl |
SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions options) |
| Constructor and Description |
|---|
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistryImpl |
SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions)
Create the registry.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.