Class AbstractFinderMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- org.hibernate.processor.annotation.AbstractFinderMethod
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
AbstractCriteriaMethod
,IdFinderMethod
,NaturalIdFinderMethod
public abstract class AbstractFinderMethod extends AbstractQueryMethod
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeNameDeclarationString()
String
getTypeDeclaration()
boolean
hasStringAttribute()
boolean
hasTypedAttribute()
-
Methods inherited from class org.hibernate.processor.annotation.AbstractQueryMethod
executeSelect, getMetaType, getPropertyName
-
Methods inherited from class org.hibernate.processor.annotation.AbstractAnnotatedMethod
getHostingEntity, inheritedAnnotations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.processor.model.MetaAttribute
getAttributeDeclarationString
-
-