Uses of Interface
org.hibernate.annotations.common.reflection.ReflectionManager
-
-
Uses of ReflectionManager in org.hibernate.annotations.common.reflection.java
Classes in org.hibernate.annotations.common.reflection.java that implement ReflectionManager Modifier and Type Class Description classJavaReflectionManagerThe factory for all the objects in this package. -
Uses of ReflectionManager in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return ReflectionManager Modifier and Type Method Description ReflectionManagerEnversMetadataBuildingContextImpl. getReflectionManager() -
Uses of ReflectionManager in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi that return ReflectionManager Modifier and Type Method Description ReflectionManagerEnversMetadataBuildingContext. getReflectionManager() -
Uses of ReflectionManager in org.hibernate.envers.configuration.internal
Constructors in org.hibernate.envers.configuration.internal with parameters of type ReflectionManager Constructor Description RevisionInfoConfiguration(Configuration config, org.hibernate.boot.spi.MetadataImplementor metadata, ReflectionManager reflectionManager) -
Uses of ReflectionManager in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type ReflectionManager Modifier and Type Method Description static HibernateOrmMappingInitiatorHibernateOrmMappingInitiator. create(org.hibernate.boot.Metadata metadata, org.jboss.jandex.IndexView jandexIndex, ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory, org.hibernate.service.ServiceRegistry serviceRegistry) -
Uses of ReflectionManager in org.hibernate.search.mapper.orm.model.impl
Methods in org.hibernate.search.mapper.orm.model.impl with parameters of type ReflectionManager Modifier and Type Method Description static HibernateOrmBootstrapIntrospectorHibernateOrmBootstrapIntrospector. create(HibernateOrmBasicTypeMetadataProvider basicTypeMetadataProvider, ReflectionManager ormReflectionManager, ValueHandleFactory valueHandleFactory) -
Uses of ReflectionManager in org.hibernate.search.mapper.pojo.model.hcann.spi
Constructors in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type ReflectionManager Constructor Description AbstractPojoHCAnnBootstrapIntrospector(ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory)
-