クラス ComplexWrapperType
java.lang.Object
org.iplass.mtp.impl.entity.property.PropertyType
org.iplass.mtp.impl.properties.extend.ExtendType
org.iplass.mtp.impl.properties.extend.WrapperType
org.iplass.mtp.impl.properties.extend.ComplexWrapperType
- すべての実装されたインタフェース:
Serializable,MetaData
- 直系の既知のサブクラス:
AutoNumberType,BinaryType,LongTextType
- 関連項目:
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明abstract ComplexWrapperTypeLoadAdapterabstract Class<?> fromDataStore(Object fromDataStore) abstract booleanabstract voidnotifyAfterDelete(Object storeTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long rbid) abstract voidnotifyAfterPurge(EntityHandler eh, Long rbid) abstract voidnotifyAfterRestore(EntityHandler eh, Long rbid) Class<?> toDataStore(Object toDataStore) abstract ObjecttoStoreTypeValue(Object extendTypeValue, Object prevStoreTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long version, Entity entity) abstract ValueExpressiontranslate(EntityField field) クラスから継承されたメソッド org.iplass.mtp.impl.properties.extend.WrapperType
actualType, isVirtualクラスから継承されたメソッド org.iplass.mtp.impl.properties.extend.ExtendType
applyDefinition, isCompatibleToクラスから継承されたメソッド org.iplass.mtp.impl.entity.property.PropertyType
copy, createPropertyDefinitionInstance, createRuntime, formatToLog, fromString, getDataStoreEnumType, getEnumType, toString
-
コンストラクタの詳細
-
ComplexWrapperType
public ComplexWrapperType()
-
-
メソッドの詳細
-
createLoadAdapter
-
isNeedPrevStoreTypeValueOnToStoreTypeValue
public abstract boolean isNeedPrevStoreTypeValueOnToStoreTypeValue() -
toStoreTypeValue
public abstract Object toStoreTypeValue(Object extendTypeValue, Object prevStoreTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long version, Entity entity) -
notifyAfterDelete
public abstract void notifyAfterDelete(Object storeTypeValue, PropertyHandler ph, EntityHandler eh, String oid, Long rbid) -
notifyAfterPurge
-
notifyAfterRestore
-
fromDataStore
- 定義:
fromDataStoreクラス内PropertyType
-
toDataStore
- 定義:
toDataStoreクラス内PropertyType
-
storeType
- 定義:
storeTypeクラス内PropertyType
-
extendType
-
translate
-