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