Uses of Class
org.hibernate.processor.annotation.AnnotationMetaEntity
-
Packages that use AnnotationMetaEntity Package Description org.hibernate.processor.annotation Implementation of the model classes backed by annotations.org.hibernate.processor.util Helper classes for string and type processing as well as access type detection. -
-
Uses of AnnotationMetaEntity in org.hibernate.processor.annotation
Methods in org.hibernate.processor.annotation that return AnnotationMetaEntity Modifier and Type Method Description static AnnotationMetaEntity
AnnotationMetaEntity. create(TypeElement element, Context context)
static AnnotationMetaEntity
AnnotationMetaEntity. create(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData)
Constructors in org.hibernate.processor.annotation with parameters of type AnnotationMetaEntity Constructor Description AbstractAnnotatedMethod(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 AnnotationMetaEntity Modifier and Type Method Description static String
TypeUtils. propertyName(AnnotationMetaEntity parent, Element element)
-