public class EntityValidateInvocationImpl extends EntityInvocationImpl<ValidateResult> implements EntityValidateInvocation
NULL_ENTITY_INTERCEPTOR| コンストラクタと説明 |
|---|
EntityValidateInvocationImpl(Entity entity,
InsertOption insertOption,
EntityInterceptor[] entityInterceptors,
EntityHandler entityHandler) |
EntityValidateInvocationImpl(Entity entity,
java.util.List<java.lang.String> validatePropertyList,
UpdateOption updateOption,
EntityInterceptor[] entityInterceptors,
EntityHandler entityHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ValidateResult |
callEntityHandler(EntityHandler eh) |
Entity |
getEntity() |
InsertOption |
getInsertOption() |
InvocationType |
getType()
Entity操作の種類を判別可能。
|
UpdateOption |
getUpdateOption() |
java.util.List<java.lang.String> |
getValidatePropertyList() |
void |
setEntity(Entity entity) |
void |
setValidatePropertyList(java.util.List<java.lang.String> validatePropertyList) |
getAttribute, getAttributeNames, getEntityDefinition, getEntityHandler, proceed, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getEntityDefinition, proceed, setAttributepublic EntityValidateInvocationImpl(Entity entity, java.util.List<java.lang.String> validatePropertyList, UpdateOption updateOption, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
public EntityValidateInvocationImpl(Entity entity, InsertOption insertOption, EntityInterceptor[] entityInterceptors, EntityHandler entityHandler)
public Entity getEntity()
getEntity インタフェース内 EntityValidateInvocationpublic void setEntity(Entity entity)
setEntity インタフェース内 EntityValidateInvocationpublic java.util.List<java.lang.String> getValidatePropertyList()
getValidatePropertyList インタフェース内 EntityValidateInvocationpublic void setValidatePropertyList(java.util.List<java.lang.String> validatePropertyList)
setValidatePropertyList インタフェース内 EntityValidateInvocationpublic UpdateOption getUpdateOption()
public InsertOption getInsertOption()
protected ValidateResult callEntityHandler(EntityHandler eh)
public InvocationType getType()
EntityInvocationgetType インタフェース内 EntityInvocation<ValidateResult>