| Package | Description |
|---|---|
| org.hibernate.cfg.beanvalidation | |
| org.hibernate.ejb.event | |
| org.hibernate.envers.event | |
| org.hibernate.event.service.internal | |
| org.hibernate.integrator.spi | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.metamodel.source | |
| org.hibernate.metamodel.source.annotations | |
| org.hibernate.metamodel.source.annotations.entity | |
| org.hibernate.metamodel.source.binder | |
| org.hibernate.metamodel.source.hbm | |
| org.hibernate.metamodel.source.internal | |
| org.hibernate.persister.internal | |
| org.hibernate.persister.spi | |
| org.hibernate.service.internal | |
| org.hibernate.service.spi | |
| org.hibernate.stat.internal | |
| org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanValidationIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JpaIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnversIntegrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
| Modifier and Type | Method and Description |
|---|---|
EventListenerRegistry |
EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
Integrator.integrate(MetadataImplementor metadata,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry)
Perform integration.
|
| Constructor and Description |
|---|
SessionFactoryImpl(MetadataImplementor metadata,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
SessionFactoryObserver observer) |
| Modifier and Type | Method and Description |
|---|---|
MetadataImplementor |
BindingContext.getMetadataImplementor() |
| Modifier and Type | Method and Description |
|---|---|
MetadataImplementor |
AnnotationBindingContextImpl.getMetadataImplementor() |
| Constructor and Description |
|---|
AnnotationBindingContextImpl(MetadataImplementor metadata,
org.jboss.jandex.Index index) |
| Modifier and Type | Method and Description |
|---|---|
MetadataImplementor |
EntityBindingContext.getMetadataImplementor() |
| Constructor and Description |
|---|
Binder(MetadataImplementor metadata,
List<String> processedEntityNames) |
| Constructor and Description |
|---|
HbmMetadataSourceProcessorImpl(MetadataImplementor metadata) |
HibernateMappingProcessor(MetadataImplementor metadata,
MappingDocument mappingDocument) |
MappingDocument(JaxbRoot<JaxbHibernateMapping> hbmJaxbRoot,
MetadataImplementor metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataImpl
Container for configuration data collected during binding the metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataImplementor |
MetadataImpl.getMetadataImplementor() |
| Modifier and Type | Method and Description |
|---|---|
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(MetadataImplementor metadata,
PluralAttributeBinding collectionMetadata,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
| Modifier and Type | Method and Description |
|---|---|
CollectionPersister |
PersisterFactory.createCollectionPersister(MetadataImplementor metadata,
PluralAttributeBinding model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory)
Create a collection persister instance.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistryImpl |
SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata) |
| Constructor and Description |
|---|
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent,
SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata) |
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryServiceRegistryImpl |
SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata)
Create the registry.
|
R |
SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
| Constructor and Description |
|---|
SchemaExport(MetadataImplementor metadata) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.