Class CriteriaFinderMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- org.hibernate.processor.annotation.AbstractFinderMethod
-
- org.hibernate.processor.annotation.AbstractCriteriaMethod
-
- org.hibernate.processor.annotation.CriteriaFinderMethod
-
- All Implemented Interfaces:
MetaAttribute
public class CriteriaFinderMethod extends AbstractCriteriaMethod
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNullable(int index)
-
Methods inherited from class org.hibernate.processor.annotation.AbstractCriteriaMethod
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
-
-