Uses of Class
org.hibernate.processor.annotation.AnnotationMetaEntity
Packages that use AnnotationMetaEntity
Package
Description
Implementation of the model classes backed by annotations.
Helper classes for string and type processing as well as access type detection.
-
Uses of AnnotationMetaEntity in org.hibernate.processor.annotation
Subclasses of AnnotationMetaEntity in org.hibernate.processor.annotationMethods in org.hibernate.processor.annotation that return AnnotationMetaEntityModifier and TypeMethodDescriptionstatic AnnotationMetaEntity
AnnotationMetaEntity.create
(TypeElement element, Context context) static AnnotationMetaEntity
AnnotationMetaEntity.create
(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData, @Nullable AnnotationMetaEntity parent) Methods in org.hibernate.processor.annotation with parameters of type AnnotationMetaEntityModifier and TypeMethodDescriptionvoid
AnnotationMetaEntity.addInnerClass
(AnnotationMetaEntity metaEntity) static AnnotationMetaEntity
AnnotationMetaEntity.create
(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData, @Nullable AnnotationMetaEntity parent) static NonManagedMetamodel
NonManagedMetamodel.create
(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMetaEntity parent) Constructors in org.hibernate.processor.annotation with parameters of type AnnotationMetaEntityModifierConstructorDescriptionAbstractAnnotatedMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String sessionName, String sessionType) AbstractCriteriaMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String methodName, String entity, @Nullable String containerType, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, List<String> paramNames, List<String> paramTypes, List<org.hibernate.processor.annotation.OrderBy> orderBys, boolean addNonnullAnnotation, boolean convertToDataExceptions, List<Boolean> multivalued, List<Boolean> paramPatterns, String fullReturnType, boolean nullable) AnnotationMetaAttribute
(AnnotationMetaEntity parent, Element element, String type) AnnotationMetaCollection
(AnnotationMetaEntity parent, Element element, String collectionType, String elementType) AnnotationMetaMap
(AnnotationMetaEntity parent, Element element, String collectionType, String keyType, String elementType) AnnotationMetaSingleAttribute
(AnnotationMetaEntity parent, Element element, String type) AnnotationMetaType
(AnnotationMetaEntity annotationMetaEntity) DataAnnotationMetaAttribute
(AnnotationMetaEntity parent, Element element, String type, @Nullable String path) IdFinderMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String methodName, String entity, @Nullable String containerType, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository, String fullReturnType, boolean nullable) LifecycleMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String entity, String methodName, String parameterName, String sessionName, String sessionType, String operationName, boolean addNonnullAnnotation, boolean iterateParameter, boolean returnArgument, boolean hasGeneratedId) NaturalIdFinderMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String methodName, String entity, @Nullable String containerType, List<String> paramNames, List<String> paramTypes, List<Boolean> paramNullability, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository, String fullReturnType) RepositoryConstructor
(AnnotationMetaEntity annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, @Nullable String dataStore, boolean addInjectAnnotation, boolean addNonnullAnnotation, boolean addOverrideAnnotation, boolean dataRepository, boolean quarkusInjection) -
Uses of AnnotationMetaEntity in org.hibernate.processor.util
Methods in org.hibernate.processor.util with parameters of type AnnotationMetaEntityModifier and TypeMethodDescriptionstatic String
TypeUtils.propertyName
(AnnotationMetaEntity parent, Element element)