Class LifecycleMethod
java.lang.Object
org.hibernate.processor.annotation.AbstractAnnotatedMethod
org.hibernate.processor.annotation.LifecycleMethod
- All Implemented Interfaces:
MetaAttribute
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleMethod
(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String entity, String methodName, String parameterName, String sessionName, String sessionType, String operationName, boolean addNonnullAnnotation, boolean iterateParameter, boolean returnArgument, boolean hasGeneratedId) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class org.hibernate.processor.annotation.AbstractAnnotatedMethod
getHostingEntity, inheritedAnnotations
-
Constructor Details
-
LifecycleMethod
public LifecycleMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String entity, String methodName, String parameterName, String sessionName, String sessionType, String operationName, boolean addNonnullAnnotation, boolean iterateParameter, boolean returnArgument, boolean hasGeneratedId)
-
-
Method Details
-
hasTypedAttribute
public boolean hasTypedAttribute() -
hasStringAttribute
public boolean hasStringAttribute() -
getAttributeDeclarationString
-
getAttributeNameDeclarationString
-
getMetaType
-
getPropertyName
-
getTypeDeclaration
-