Uses of Interface
org.hibernate.annotations.common.reflection.ReflectionManager
Packages that use ReflectionManager
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Internal details of implementing support for JPA callbacks
-
Uses of ReflectionManager in org.hibernate.annotations.common.reflection.java
Classes in org.hibernate.annotations.common.reflection.java that implement ReflectionManagerModifier and TypeClassDescriptionfinal classThe factory for all the objects in this package. -
Uses of ReflectionManager in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ReflectionManager -
Uses of ReflectionManager in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type ReflectionManagerModifierConstructorDescriptionPropertyInferredData(XClass declaringClass, XProperty property, String propertyAccessor, ReflectionManager reflectionManager) Take the annotated element for lazy process -
Uses of ReflectionManager in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ReflectionManagerModifier and TypeMethodDescriptionBootstrapContext.getReflectionManager()Retrieve the Hibernate Commons AnnotationsReflectionManager. -
Uses of ReflectionManager in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return ReflectionManager -
Uses of ReflectionManager in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi that return ReflectionManager -
Uses of ReflectionManager in org.hibernate.envers.configuration.internal
Constructors in org.hibernate.envers.configuration.internal with parameters of type ReflectionManagerModifierConstructorDescriptionRevisionInfoConfiguration(Configuration config, MetadataImplementor metadata, ReflectionManager reflectionManager) -
Uses of ReflectionManager in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal with parameters of type ReflectionManagerModifier and TypeMethodDescriptionstatic List<CallbackDefinition>CallbackDefinitionResolverLegacyImpl.resolveEmbeddableCallbacks(ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType) static List<CallbackDefinition>CallbackDefinitionResolverLegacyImpl.resolveEntityCallbacks(ReflectionManager reflectionManager, XClass entityClass, CallbackType callbackType) -
Uses of ReflectionManager in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type ReflectionManagerModifier and TypeMethodDescriptionstatic HibernateOrmMappingInitiatorHibernateOrmMappingInitiator.create(Metadata metadata, org.jboss.jandex.IndexView jandexIndex, ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory, 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 ReflectionManagerModifier and TypeMethodDescriptionHibernateOrmBootstrapIntrospector.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 ReflectionManagerModifierConstructorDescriptionAbstractPojoHCAnnBootstrapIntrospector(ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory)