public class ReferencePropertyHandler extends PropertyHandler
metaData| コンストラクタと説明 |
|---|
ReferencePropertyHandler(MetaReferenceProperty meta,
MetaEntity metaEntity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ValueExpression |
getAsOfExpression() |
PropertyDefinitionType |
getEnumType() |
ReferencePropertyHandler |
getMappedByPropertyHandler(EntityContext ctx)
Mapped byされた参照定義のほうから、メインの参照を取得する
|
ReferencePropertyHandler |
getMappedByPropertyHandlerFromMain(EntityContext ctx)
メインの参照定義のほうから、逆参照を取得する。
|
MetaReferenceProperty |
getMetaData() |
EntityHandler |
getReferenceEntityHandler(EntityContext ctx) |
java.lang.Object[] |
newArrayInstance(int size,
EntityContext ec) |
getDisplayName, getId, getLocalizedDisplayName, getLocalizedStringMap, getName, getParent, getStoreSpecProperty, isIndexed, isUniqueIndexed, setLocalizedStringMap, setParent, validatepublic ReferencePropertyHandler(MetaReferenceProperty meta, MetaEntity metaEntity)
public EntityHandler getReferenceEntityHandler(EntityContext ctx)
public ValueExpression getAsOfExpression()
public ReferencePropertyHandler getMappedByPropertyHandler(EntityContext ctx)
ctx - public ReferencePropertyHandler getMappedByPropertyHandlerFromMain(EntityContext ctx)
ctx - public MetaReferenceProperty getMetaData()
getMetaData クラス内 PropertyHandlerpublic PropertyDefinitionType getEnumType()
getEnumType クラス内 PropertyHandlerpublic java.lang.Object[] newArrayInstance(int size,
EntityContext ec)
newArrayInstance クラス内 PropertyHandler