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 AnnotationMetaEntityAnnotationMetaEntity. create(TypeElement element, Context context)static AnnotationMetaEntityAnnotationMetaEntity. create(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData)Constructors in org.hibernate.processor.annotation with parameters of type AnnotationMetaEntity Constructor Description 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)IdFinderMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String entity, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository)LifecycleMethod(AnnotationMetaEntity annotationMetaEntity, String entity, String methodName, String parameterName, String sessionName, String operationName, boolean addNonnullAnnotation, boolean iterateParameter, boolean returnArgument)NaturalIdFinderMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String entity, List<String> paramNames, List<String> paramTypes, List<Boolean> paramNullability, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository) -
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 StringTypeUtils. propertyName(AnnotationMetaEntity parent, Element element)
-