Class CriteriaFinderMethod
- java.lang.Object
-
- org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
-
- org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
-
- org.hibernate.jpamodelgen.annotation.CriteriaFinderMethod
-
- All Implemented Interfaces:
MetaAttribute
public class CriteriaFinderMethod extends AbstractFinderMethod
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
boolean
isNullable(int index)
-
Methods inherited from class org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
getAttributeNameDeclarationString, getTypeDeclaration, hasStringAttribute, hasTypedAttribute
-
Methods inherited from class org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
getHostingEntity, getMetaType, getPropertyName
-
-
-
-
Constructor Detail
-
CriteriaFinderMethod
public 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)
-
-
Method Detail
-
isNullable
public boolean isNullable(int index)
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
-
-