Class LifecycleMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.LifecycleMethod
-
- All Implemented Interfaces:
MetaAttribute
public class LifecycleMethod extends Object implements MetaAttribute
-
-
Constructor Summary
Constructors Constructor Description LifecycleMethod(AnnotationMetaEntity annotationMetaEntity, String entity, String methodName, String parameterName, String sessionName, String operationName, boolean addNonnullAnnotation, boolean iterateParameter, boolean returnArgument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeDeclarationString()StringgetAttributeNameDeclarationString()MetamodelgetHostingEntity()StringgetMetaType()StringgetPropertyName()StringgetTypeDeclaration()booleanhasStringAttribute()booleanhasTypedAttribute()
-
-
-
Method Detail
-
hasTypedAttribute
public boolean hasTypedAttribute()
- Specified by:
hasTypedAttributein interfaceMetaAttribute
-
hasStringAttribute
public boolean hasStringAttribute()
- Specified by:
hasStringAttributein interfaceMetaAttribute
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
- Specified by:
getAttributeDeclarationStringin interfaceMetaAttribute
-
getAttributeNameDeclarationString
public String getAttributeNameDeclarationString()
- Specified by:
getAttributeNameDeclarationStringin interfaceMetaAttribute
-
getMetaType
public String getMetaType()
- Specified by:
getMetaTypein interfaceMetaAttribute
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceMetaAttribute
-
getTypeDeclaration
public String getTypeDeclaration()
- Specified by:
getTypeDeclarationin interfaceMetaAttribute
-
getHostingEntity
public Metamodel getHostingEntity()
- Specified by:
getHostingEntityin interfaceMetaAttribute
-
-