Uses of Interface
org.hibernate.annotations.common.reflection.XAnnotatedElement
Packages that use XAnnotatedElement
Package
Description
-
Uses of XAnnotatedElement in org.hibernate.annotations.common.reflection
Subinterfaces of XAnnotatedElement in org.hibernate.annotations.common.reflectionModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceRepresent an invokable methodinterfaceinterfaceA member which actually is a property (as per the JavaBean spec) Note that the same underlying artefact can be represented as both XProperty and XMethod The underlying layer does not guaranty that xProperty == xMethod if the underlying artefact is the same However xProperty.equals(xMethod) is supposed to return trueMethods in org.hibernate.annotations.common.reflection that return XAnnotatedElement -
Uses of XAnnotatedElement in org.hibernate.annotations.common.reflection.java
Classes in org.hibernate.annotations.common.reflection.java that implement XAnnotatedElement -
Uses of XAnnotatedElement in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return XAnnotatedElementMethods in org.hibernate.boot.model.internal with parameters of type XAnnotatedElementModifier and TypeMethodDescriptionstatic voidAnnotationBinder.bindQueries(XAnnotatedElement annotatedElement, MetadataBuildingContext context) static Map<String,IdentifierGeneratorDefinition> GeneratorBinder.buildGenerators(XAnnotatedElement annotatedElement, MetadataBuildingContext context) static <T extends Annotation>
THCANNHelper.findAnnotation(XAnnotatedElement annotatedElement, Class<T> annotationType) Return an annotation of the given type which annotates the given annotated program element, or which meta-annotates an annotation of the given annotated program element.static List<Annotation>HCANNHelper.findContainingAnnotations(XAnnotatedElement annotatedElement, Class<? extends Annotation> annotationType) Return an annotation of the given annotated program element which is annotated by the given type of meta-annotation.EntityBinder.getExplicitAccessType(XAnnotatedElement element) static <T extends Annotation>
TBinderHelper.getOverridableAnnotation(XAnnotatedElement element, Class<T> annotationType, MetadataBuildingContext context) EntityBinder.getPropertyAccessor(XAnnotatedElement element) static booleanHCANNHelper.hasAnnotation(XAnnotatedElement element, Class<? extends Annotation> annotationToCheck) static booleanHCANNHelper.hasAnnotation(XAnnotatedElement element, Class<? extends Annotation>... annotationsToCheck) static booleanHCANNHelper.hasAnnotation(XAnnotatedElement element, Class<? extends Annotation> annotationToCheck, Class<? extends Annotation> annotationToCheck2) static booleanBinderHelper.hasToOneAnnotation(XAnnotatedElement property) static booleanTimeZoneStorageHelper.isOffsetTimeClass(XAnnotatedElement element) Constructors in org.hibernate.boot.model.internal with parameters of type XAnnotatedElementModifierConstructorDescriptionAttributeConversionInfo(Convert convertAnnotation, XAnnotatedElement xAnnotatedElement) AttributeConversionInfo(Class<? extends AttributeConverter<?, ?>> converterClass, boolean conversionDisabled, String attributeName, XAnnotatedElement source) SecondaryTableFromAnnotationSecondPass(EntityBinder entityBinder, PropertyHolder propertyHolder, XAnnotatedElement annotatedClass) SecondaryTableSecondPass(EntityBinder entityBinder, PropertyHolder propertyHolder, XAnnotatedElement annotatedClass) -
Uses of XAnnotatedElement in org.hibernate.envers.configuration.internal.metadata.reader
Classes in org.hibernate.envers.configuration.internal.metadata.reader that implement XAnnotatedElementModifier and TypeClassDescriptionclassThis class pretends to be property but in fact it represents entry in the map (for dynamic component) -
Uses of XAnnotatedElement in org.hibernate.search.mapper.pojo.model.hcann.spi
Methods in org.hibernate.search.mapper.pojo.model.hcann.spi with parameters of type XAnnotatedElementModifier and TypeMethodDescriptionAbstractPojoHCAnnBootstrapIntrospector.annotations(XAnnotatedElement xAnnotated)