クラス GRdbApplyMetaDataStrategy
java.lang.Object
org.iplass.mtp.impl.datastore.grdb.strategy.GRdbApplyMetaDataStrategy
- すべての実装されたインタフェース:
ApplyMetaDataStrategy,StoreStrategy
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcreate(MetaEntity newOne, EntityContext context) booleandefrag(MetaEntity target, EntityContext context, int[] targetTenantIds) voidfinish(boolean modifyResult, MetaEntity newOne, MetaEntity previous, EntityContext context) booleanisLocked(MetaEntity definition, EntityContext context) booleanmodify(MetaEntity newOne, MetaEntity previous, EntityContext context, int[] targetTenantIds) voidpatchData(MetaEntity newOne, MetaEntity previous, EntityContext context, int targetTenantId) booleanprepare(MetaEntity newOne, MetaEntity previous, EntityContext context)
-
コンストラクタの詳細
-
GRdbApplyMetaDataStrategy
-
-
メソッドの詳細
-
create
- 定義:
createインタフェース内ApplyMetaDataStrategy
-
isLocked
- 定義:
isLockedインタフェース内ApplyMetaDataStrategy
-
prepare
- 定義:
prepareインタフェース内ApplyMetaDataStrategy
-
modify
public boolean modify(MetaEntity newOne, MetaEntity previous, EntityContext context, int[] targetTenantIds) - 定義:
modifyインタフェース内ApplyMetaDataStrategy
-
patchData
public void patchData(MetaEntity newOne, MetaEntity previous, EntityContext context, int targetTenantId) - 定義:
patchDataインタフェース内ApplyMetaDataStrategy
-
finish
public void finish(boolean modifyResult, MetaEntity newOne, MetaEntity previous, EntityContext context) - 定義:
finishインタフェース内ApplyMetaDataStrategy
-
defrag
- 定義:
defragインタフェース内ApplyMetaDataStrategy
-