Class AbstractCriteriaMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- org.hibernate.processor.annotation.AbstractFinderMethod
-
- org.hibernate.processor.annotation.AbstractCriteriaMethod
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
CriteriaDeleteMethod
,CriteriaFinderMethod
public abstract class AbstractCriteriaMethod extends AbstractFinderMethod
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
-
Methods inherited from class org.hibernate.processor.annotation.AbstractFinderMethod
getAttributeNameDeclarationString, getTypeDeclaration, hasStringAttribute, hasTypedAttribute
-
Methods inherited from class org.hibernate.processor.annotation.AbstractQueryMethod
executeSelect, getMetaType, getPropertyName
-
Methods inherited from class org.hibernate.processor.annotation.AbstractAnnotatedMethod
getHostingEntity, inheritedAnnotations
-
-
-
-
Constructor Detail
-
AbstractCriteriaMethod
public 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)
-
-
Method Detail
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
-
-