|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.jdbc.entity.DomaAbstractEntity<I>
public abstract class DomaAbstractEntity<I>
Entity の骨格実装です。
| コンストラクタの概要 | |
|---|---|
DomaAbstractEntity(String __catalogName,
String __schemaName,
String __tableName)
インスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
String |
__getCatalogName()
カタログ名を返します。 |
String |
__getSchemaName()
スキーマ名を返します。 |
String |
__getTableName()
テーブル名を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.seasar.doma.jdbc.entity.Entity から継承されたメソッド |
|---|
__asInterface, __getEntityProperties, __getEntityProperty, __getGeneratedIdProperty, __getName, __getVersionProperty, __preDelete, __preInsert, __preUpdate |
| コンストラクタの詳細 |
|---|
public DomaAbstractEntity(String __catalogName,
String __schemaName,
String __tableName)
__catalogName - カタログ名__schemaName - スキーマ名__tableName - テーブル名| メソッドの詳細 |
|---|
public String __getCatalogName()
Entity の記述:
Entity<I> 内の __getCatalogNamenullpublic String __getSchemaName()
Entity の記述:
Entity<I> 内の __getSchemaNamenullpublic String __getTableName()
Entity の記述:
Entity<I> 内の __getTableNamenull
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||