| パッケージ | 説明 |
|---|---|
| org.dbflute.dbmeta | |
| org.dbflute.dbmeta.info | |
| org.dbflute.dbmeta.property |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <ENTITY extends Entity> |
AbstractDBMeta.doFindEfpg(Map<String,PropertyGateway> propertyGatewayMap,
String foreignPropertyName) |
protected <ENTITY extends Entity> |
AbstractDBMeta.doFindEpg(Map<String,PropertyGateway> propertyGatewayMap,
String propertyName) |
PropertyGateway |
DBMeta.findForeignPropertyGateway(String foreignPropertyName)
Find the foreign property gateway of the entity for the relation.
|
PropertyGateway |
AbstractDBMeta.findForeignPropertyGateway(String propertyName) |
PropertyGateway |
DBMeta.findPropertyGateway(String propertyName)
Find the property gateway of the entity for the column.
|
PropertyGateway |
AbstractDBMeta.findPropertyGateway(String propertyName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <ENTITY extends Entity> |
AbstractDBMeta.doFindEfpg(Map<String,PropertyGateway> propertyGatewayMap,
String foreignPropertyName) |
protected <ENTITY extends Entity> |
AbstractDBMeta.doFindEpg(Map<String,PropertyGateway> propertyGatewayMap,
String propertyName) |
protected void |
AbstractDBMeta.setupEfpg(Map<String,PropertyGateway> propertyGatewayMap,
PropertyReader reader,
PropertyWriter writer,
String foreignPropertyName) |
protected void |
AbstractDBMeta.setupEpg(Map<String,PropertyGateway> propertyGatewayMap,
PropertyReader reader,
PropertyWriter writer,
String propertyName) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected PropertyGateway |
ForeignInfo._propertyGateway |
protected PropertyGateway |
ColumnInfo._propertyGateway |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected PropertyGateway |
ForeignInfo.findPropertyGateway() |
protected PropertyGateway |
ColumnInfo.findPropertyGateway() |
PropertyGateway |
ColumnInfo.getPropertyGateway()
Get the property gateway for the column.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
DelegatingPropertyGateway
The interface of property gateway.
|
Copyright © 2014–2015 The DBFlute Project. All rights reserved.