Class LifecycleMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- org.hibernate.processor.annotation.LifecycleMethod
-
- All Implemented Interfaces:
MetaAttribute
public class LifecycleMethod extends AbstractAnnotatedMethod
-
-
Constructor Summary
Constructors Constructor Description LifecycleMethod(AnnotationMetaEntity annotationMetaEntity, ExecutableElement method, String entity, String methodName, String parameterName, String sessionName, String sessionType, String operationName, boolean addNonnullAnnotation, boolean iterateParameter, boolean returnArgument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
String
getAttributeNameDeclarationString()
String
getMetaType()
String
getPropertyName()
String
getTypeDeclaration()
boolean
hasStringAttribute()
boolean
hasTypedAttribute()
-
Methods inherited from class org.hibernate.processor.annotation.AbstractAnnotatedMethod
getHostingEntity, inheritedAnnotations
-
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
hasTypedAttribute
public boolean hasTypedAttribute()
-
hasStringAttribute
public boolean hasStringAttribute()
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
-
getAttributeNameDeclarationString
public String getAttributeNameDeclarationString()
-
getMetaType
public String getMetaType()
-
getPropertyName
public String getPropertyName()
-
getTypeDeclaration
public String getTypeDeclaration()
-
-