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