Class IdFinderMethod
java.lang.Object
org.hibernate.processor.annotation.AbstractAnnotatedMethod
org.hibernate.processor.annotation.AbstractQueryMethod
org.hibernate.processor.annotation.AbstractFinderMethod
org.hibernate.processor.annotation.IdFinderMethod
- All Implemented Interfaces:
MetaAttribute
-
Constructor Summary
ConstructorsConstructorDescriptionIdFinderMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String methodName, String entity, @Nullable String containerType, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository, String fullReturnType, boolean nullable) -
Method Summary
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
-
Constructor Details
-
IdFinderMethod
public IdFinderMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String methodName, String entity, @Nullable String containerType, List<String> paramNames, List<String> paramTypes, boolean belongsToDao, String sessionType, String sessionName, List<String> fetchProfiles, boolean addNonnullAnnotation, boolean dataRepository, String fullReturnType, boolean nullable)
-
-
Method Details
-
getAttributeDeclarationString
-