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