Uses of Interface
org.hibernate.metamodel.source.MetadataImplementor

Packages that use MetadataImplementor
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. 
 

Uses of MetadataImplementor in org.hibernate.cfg.beanvalidation
 

Methods in org.hibernate.cfg.beanvalidation with parameters of type MetadataImplementor
 void BeanValidationIntegrator.integrate(MetadataImplementor metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
          Perform integration.
 

Uses of MetadataImplementor in org.hibernate.ejb.event
 

Methods in org.hibernate.ejb.event with parameters of type MetadataImplementor
 void JpaIntegrator.integrate(MetadataImplementor metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
          Perform integration.
 

Uses of MetadataImplementor in org.hibernate.envers.event
 

Methods in org.hibernate.envers.event with parameters of type MetadataImplementor
 void EnversIntegrator.integrate(MetadataImplementor metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
          Perform integration.
 

Uses of MetadataImplementor in org.hibernate.event.service.internal
 

Methods in org.hibernate.event.service.internal with parameters of type MetadataImplementor
 EventListenerRegistry EventListenerServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata, ServiceRegistryImplementor registry)
           
 

Uses of MetadataImplementor in org.hibernate.integrator.spi
 

Methods in org.hibernate.integrator.spi with parameters of type MetadataImplementor
 void Integrator.integrate(MetadataImplementor metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
          Perform integration.
 

Uses of MetadataImplementor in org.hibernate.internal
 

Constructors in org.hibernate.internal with parameters of type MetadataImplementor
SessionFactoryImpl(MetadataImplementor metadata, SessionFactory.SessionFactoryOptions sessionFactoryOptions, SessionFactoryObserver observer)
           
 

Uses of MetadataImplementor in org.hibernate.metamodel.source
 

Methods in org.hibernate.metamodel.source that return MetadataImplementor
 MetadataImplementor BindingContext.getMetadataImplementor()
           
 

Uses of MetadataImplementor in org.hibernate.metamodel.source.annotations
 

Methods in org.hibernate.metamodel.source.annotations that return MetadataImplementor
 MetadataImplementor AnnotationBindingContextImpl.getMetadataImplementor()
           
 

Constructors in org.hibernate.metamodel.source.annotations with parameters of type MetadataImplementor
AnnotationBindingContextImpl(MetadataImplementor metadata, org.jboss.jandex.Index index)
           
 

Uses of MetadataImplementor in org.hibernate.metamodel.source.annotations.entity
 

Methods in org.hibernate.metamodel.source.annotations.entity that return MetadataImplementor
 MetadataImplementor EntityBindingContext.getMetadataImplementor()
           
 

Uses of MetadataImplementor in org.hibernate.metamodel.source.binder
 

Constructors in org.hibernate.metamodel.source.binder with parameters of type MetadataImplementor
Binder(MetadataImplementor metadata, List<String> processedEntityNames)
           
 

Uses of MetadataImplementor in org.hibernate.metamodel.source.hbm
 

Constructors in org.hibernate.metamodel.source.hbm with parameters of type MetadataImplementor
HbmMetadataSourceProcessorImpl(MetadataImplementor metadata)
           
HibernateMappingProcessor(MetadataImplementor metadata, MappingDocument mappingDocument)
           
MappingDocument(JaxbRoot<JaxbHibernateMapping> hbmJaxbRoot, MetadataImplementor metadata)
           
 

Uses of MetadataImplementor in org.hibernate.metamodel.source.internal
 

Classes in org.hibernate.metamodel.source.internal that implement MetadataImplementor
 class MetadataImpl
          Container for configuration data collected during binding the metamodel.
 

Methods in org.hibernate.metamodel.source.internal that return MetadataImplementor
 MetadataImplementor MetadataImpl.getMetadataImplementor()
           
 

Uses of MetadataImplementor in org.hibernate.persister.internal
 

Methods in org.hibernate.persister.internal with parameters of type MetadataImplementor
 CollectionPersister PersisterFactoryImpl.createCollectionPersister(MetadataImplementor metadata, PluralAttributeBinding collectionMetadata, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
           
 

Uses of MetadataImplementor in org.hibernate.persister.spi
 

Methods in org.hibernate.persister.spi with parameters of type MetadataImplementor
 CollectionPersister PersisterFactory.createCollectionPersister(MetadataImplementor metadata, PluralAttributeBinding model, CollectionRegionAccessStrategy cacheAccessStrategy, SessionFactoryImplementor factory)
          Create a collection persister instance.
 

Uses of MetadataImplementor in org.hibernate.service.internal
 

Methods in org.hibernate.service.internal with parameters of type MetadataImplementor
 SessionFactoryServiceRegistryImpl SessionFactoryServiceRegistryFactoryImpl.buildServiceRegistry(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata)
           
 

Constructors in org.hibernate.service.internal with parameters of type MetadataImplementor
SessionFactoryServiceRegistryImpl(ServiceRegistryImplementor parent, SessionFactoryImplementor sessionFactory, MetadataImplementor metadata)
           
 

Uses of MetadataImplementor in org.hibernate.service.spi
 

Methods in org.hibernate.service.spi with parameters of type MetadataImplementor
 SessionFactoryServiceRegistryImpl SessionFactoryServiceRegistryFactory.buildServiceRegistry(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata)
          Create the registry.
 R SessionFactoryServiceInitiator.initiateService(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata, ServiceRegistryImplementor registry)
          Initiates the managed service.
 

Uses of MetadataImplementor in org.hibernate.stat.internal
 

Methods in org.hibernate.stat.internal with parameters of type MetadataImplementor
 StatisticsImplementor StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory, MetadataImplementor metadata, ServiceRegistryImplementor registry)
           
 

Uses of MetadataImplementor in org.hibernate.tool.hbm2ddl
 

Constructors in org.hibernate.tool.hbm2ddl with parameters of type MetadataImplementor
SchemaExport(MetadataImplementor metadata)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.