Class AbstractFinderMethod
- java.lang.Object
-
- org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
-
- org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
CriteriaFinderMethod
,IdFinderMethod
,NaturalIdFinderMethod
public abstract class AbstractFinderMethod extends AbstractQueryMethod
-
-
Constructor Summary
Constructors 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)
-
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.jpamodelgen.annotation.AbstractQueryMethod
getHostingEntity, getMetaType, getPropertyName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.jpamodelgen.model.MetaAttribute
getAttributeDeclarationString
-
-