Uses of Class
org.hibernate.processor.annotation.AnnotationMetaEntity
Packages that use AnnotationMetaEntity
Package
Description
Implementation of the model classes backed by annotations.
-
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 AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData, @Nullable AnnotationMetaEntity parent, @Nullable TypeElement primaryEntity) static AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, @Nullable AnnotationMetaEntity parent) static AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, @Nullable AnnotationMetaEntity parent, @Nullable TypeElement primaryEntity) Methods in org.hibernate.processor.annotation with parameters of type AnnotationMetaEntityModifier and TypeMethodDescriptionvoidAnnotationMetaEntity.addInnerClass(AnnotationMetaEntity metaEntity) static AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData, @Nullable AnnotationMetaEntity parent, @Nullable TypeElement primaryEntity) static AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, @Nullable AnnotationMetaEntity parent) static AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, @Nullable AnnotationMetaEntity parent, @Nullable TypeElement primaryEntity) static NonManagedMetamodelNonManagedMetamodel.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) CDIAccessorMetaAttribute(AnnotationMetaEntity annotationMetaEntity, String propertyName, String className) CDITypeMetaAttribute(AnnotationMetaEntity annotationMetaEntity, String className, String superTypeName) DataAnnotationMetaAttribute(AnnotationMetaEntity parent, Element element, String type, @Nullable String path) DefaultConstructor(AnnotationMetaEntity annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, @Nullable String dataStore, boolean addInjectAnnotation) EventField(AnnotationMetaEntity annotationMetaEntity) 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 actualEntity, String methodName, String parameterName, String sessionName, String sessionType, String operationName, boolean addNonnullAnnotation, LifecycleMethod.ParameterKind parameterKind, boolean returnArgument, boolean hasGeneratedId, TypeElement element) 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)