public class LongTextType extends ComplexWrapperType
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
LongTextType.LongText |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static java.lang.String |
LOB_NAME |
static java.lang.String |
LOB_STORE_NAME |
| コンストラクタと説明 |
|---|
LongTextType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PropertyType |
actualType() |
LongTextType |
copy()
当該のメタデータのコピーを作成する。
|
ComplexWrapperTypeLoadAdapter |
createLoadAdapter() |
LongTextProperty |
createPropertyDefinitionInstance() |
java.lang.Object |
createRuntime(MetaProperty metaProperty,
MetaEntity metaEntity) |
boolean |
equals(java.lang.Object obj) |
java.lang.Class<?> |
extendType() |
java.lang.Object |
fromString(java.lang.String strValue) |
PropertyDefinitionType |
getDataStoreEnumType() |
PropertyDefinitionType |
getEnumType() |
int |
hashCode() |
boolean |
isCompatibleTo(PropertyType another) |
boolean |
isNeedPrevStoreTypeValueOnToStoreTypeValue() |
void |
notifyAfterDelete(java.lang.Object storeTypeValue,
PropertyHandler ph,
EntityHandler eh,
java.lang.String oid,
java.lang.Long rbid) |
void |
notifyAfterPurge(EntityHandler eh,
java.lang.Long rbid) |
void |
notifyAfterRestore(EntityHandler eh,
java.lang.Long rbid) |
java.lang.Object |
toStoreTypeValue(java.lang.Object extendTypeValue,
java.lang.Object prevStoreTypeValue,
PropertyHandler ph,
EntityHandler eh,
java.lang.String oid,
java.lang.Long version,
Entity entity) |
java.lang.String |
toString(java.lang.Object value) |
ValueExpression |
translate(EntityField field) |
fromDataStore, storeType, toDataStoreisVirtualapplyDefinitionformatToLogpublic static final java.lang.String LOB_STORE_NAME
public static final java.lang.String LOB_NAME
public int hashCode()
public boolean equals(java.lang.Object obj)
public boolean isCompatibleTo(PropertyType another)
isCompatibleTo クラス内 ExtendTypepublic LongTextProperty createPropertyDefinitionInstance()
public java.lang.Object createRuntime(MetaProperty metaProperty, MetaEntity metaEntity)
createRuntime クラス内 PropertyTypepublic LongTextType copy()
MetaDatacopy インタフェース内 MetaDatacopy クラス内 PropertyTypepublic PropertyType actualType()
actualType クラス内 WrapperTypepublic PropertyDefinitionType getEnumType()
getEnumType クラス内 PropertyTypepublic PropertyDefinitionType getDataStoreEnumType()
getDataStoreEnumType クラス内 PropertyTypepublic boolean isNeedPrevStoreTypeValueOnToStoreTypeValue()
public java.lang.Object toStoreTypeValue(java.lang.Object extendTypeValue,
java.lang.Object prevStoreTypeValue,
PropertyHandler ph,
EntityHandler eh,
java.lang.String oid,
java.lang.Long version,
Entity entity)
toStoreTypeValue クラス内 ComplexWrapperTypepublic void notifyAfterDelete(java.lang.Object storeTypeValue,
PropertyHandler ph,
EntityHandler eh,
java.lang.String oid,
java.lang.Long rbid)
notifyAfterDelete クラス内 ComplexWrapperTypepublic void notifyAfterPurge(EntityHandler eh, java.lang.Long rbid)
notifyAfterPurge クラス内 ComplexWrapperTypepublic void notifyAfterRestore(EntityHandler eh, java.lang.Long rbid)
notifyAfterRestore クラス内 ComplexWrapperTypepublic java.lang.Class<?> extendType()
extendType クラス内 ComplexWrapperTypepublic ComplexWrapperTypeLoadAdapter createLoadAdapter()
createLoadAdapter クラス内 ComplexWrapperTypepublic java.lang.String toString(java.lang.Object value)
toString クラス内 PropertyTypepublic java.lang.Object fromString(java.lang.String strValue)
fromString クラス内 PropertyTypepublic ValueExpression translate(EntityField field)
translate クラス内 ComplexWrapperType