Class IdFinderMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- org.hibernate.processor.annotation.AbstractFinderMethod
-
- org.hibernate.processor.annotation.IdFinderMethod
-
- All Implemented Interfaces:
MetaAttribute
public class IdFinderMethod extends AbstractFinderMethod
-
-
Constructor Summary
Constructors Constructor Description IdFinderMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String entity, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeDeclarationString()-
Methods inherited from class org.hibernate.processor.annotation.AbstractFinderMethod
getAttributeNameDeclarationString, getTypeDeclaration, hasStringAttribute, hasTypedAttribute
-
Methods inherited from class org.hibernate.processor.annotation.AbstractQueryMethod
executeSelect, getHostingEntity, getMetaType, getPropertyName
-
-
-
-
Constructor Detail
-
IdFinderMethod
public IdFinderMethod(AnnotationMetaEntity annotationMetaEntity, String methodName, String entity, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository)
-
-
Method Detail
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
-
-