Uses of Class
org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
-
Packages that use AnnotationMetaEntity Package Description org.hibernate.jpamodelgen.annotation Implementation of the model classes backed by annotations. -
-
Uses of AnnotationMetaEntity in org.hibernate.jpamodelgen.annotation
Methods in org.hibernate.jpamodelgen.annotation that return AnnotationMetaEntity Modifier and Type Method Description static AnnotationMetaEntity
AnnotationMetaEntity. create(TypeElement element, Context context, boolean lazilyInitialised, boolean managed)
Constructors in org.hibernate.jpamodelgen.annotation with parameters of type AnnotationMetaEntity Constructor Description AbstractFinderMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String entity, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, List<String> paramNames, List<String> paramTypes, boolean addNonnullAnnotation)
AbstractQueryMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, List<String> paramNames, List<String> paramTypes, @Nullable String returnTypeName, String sessionType, String sessionName, boolean belongsToDao, boolean addNonnullAnnotation)
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)
CriteriaFinderMethod(AnnotationMetaEntity annotationMetaEntity, 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)
IdFinderMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String entity, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation)
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)
QueryMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String queryString, @Nullable String returnTypeName, @Nullable String containerTypeName, List<String> paramNames, List<String> paramTypes, boolean isUpdate, boolean isNative, boolean belongsToDao, String sessionType, String sessionName, boolean addNonnullAnnotation)
-