|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.doma.jdbc.id.IdGenerationConfig
public class IdGenerationConfig
識別子の生成に関する設定です。
フィールドの概要 | |
---|---|
protected Config |
config
JDBCの設定 |
protected EntityType<?> |
entityType
識別子が属するエンティティ |
protected String |
idColumnName
識別子にマッピングされたカラムの名前 |
protected String |
qualifiedTableName
識別子が属するエンティティに対応するテーブルの完全修飾名 |
コンストラクタの概要 | |
---|---|
|
IdGenerationConfig(Config config,
EntityType<?> entityType)
インスタンスを構築します。 |
protected |
IdGenerationConfig(Config config,
EntityType<?> entityType,
String qualifiedTableName,
String idColumnName)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
DataSource |
getDataSource()
|
String |
getDataSourceName()
|
Dialect |
getDialect()
|
EntityType<?> |
getEntityType()
|
int |
getFetchSize()
|
String |
getIdColumnName()
|
JdbcLogger |
getJdbcLogger()
|
int |
getMaxRows()
|
String |
getQualifiedTableName()
|
int |
getQueryTimeout()
|
RequiresNewController |
getRequiresNewController()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final Config config
protected final EntityType<?> entityType
protected final String qualifiedTableName
protected final String idColumnName
コンストラクタの詳細 |
---|
public IdGenerationConfig(Config config, EntityType<?> entityType)
config
- JDBCの設定entityType
- 識別子が属するエンティティprotected IdGenerationConfig(Config config, EntityType<?> entityType, String qualifiedTableName, String idColumnName)
config
- JDBCの設定entityType
- 識別子が属するエンティティqualifiedTableName
- 識別子が属するエンティティに対応するテーブルの完全修飾名idColumnName
- 識別子にマッピングされたカラムの名前メソッドの詳細 |
---|
public DataSource getDataSource()
public String getDataSourceName()
public Dialect getDialect()
public JdbcLogger getJdbcLogger()
public RequiresNewController getRequiresNewController()
public int getFetchSize()
public int getMaxRows()
public int getQueryTimeout()
public EntityType<?> getEntityType()
public String getQualifiedTableName()
public String getIdColumnName()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |