| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.dbmeta | |
| org.dbflute.dbmeta.info |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
AbstractBehaviorReadable.xconvertToRelationOptionalEntityIfNeeds(Object localEntity,
RelationInfo reverseInfo) |
protected <LOCAL_ENTITY extends Entity,FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.xextractPulloutForeignEntity(ForeignInfo foreignInfo,
RelationInfo reverseInfo,
RelationOptionalFactory optionalFactory,
LOCAL_ENTITY localEntity) |
protected <LOCAL_ENTITY extends Entity> |
AbstractBehaviorReadable.xextractPulloutReverseWrittenObject(ForeignInfo foreignInfo,
RelationInfo reverseInfo,
RelationOptionalFactory optionalFactory,
List<LOCAL_ENTITY> mappedLocalList) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RelationInfo |
DBMeta.findRelationInfo(String relationPropertyName)
Find the information of relation.
|
RelationInfo |
AbstractDBMeta.findRelationInfo(String relationPropertyName)
Find the information of relation.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
ForeignInfo
The information of foreign relation.
|
class |
ReferrerInfo
The information of referrer relation.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RelationInfo |
RelationInfo.getReverseRelation()
Get the relation info of reverse relation.
|
RelationInfo |
ReferrerInfo.getReverseRelation()
Get the relation info of reverse relation.
|
RelationInfo |
ForeignInfo.getReverseRelation()
Get the relation info of reverse relation.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.