|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.framework.convention.impl.PersistenceConventionImpl
PersistenceConvention
の実装クラスです。
コンストラクタの概要 | |
PersistenceConventionImpl()
|
メソッドの概要 | |
String |
fromColumnNameToPropertyName(String columnName)
カラム名をプロパティ名に変換します。 |
String |
fromEntityNameToTableName(String entityName)
エンティティ名をテーブル名に変更します。 |
String |
fromFieldNameToPropertyName(String fieldName)
フィールド名をプロパティ名に変換します。 |
String |
fromPropertyNameToColumnName(String propertyName)
プロパティ名をカラム名に変換します。 |
String |
fromPropertyNameToFieldName(String propertyName)
プロパティ名をフィールド名に変換します。 |
String |
fromTableNameToEntityName(String tableName)
テーブル名をエンティティ名に変換します。 |
String |
getIgnoreTablePrefix()
無視するテーブルの prefix を返します。 |
boolean |
isNoNameConversion()
名前を変換しないかどうかを返します。 |
void |
setIgnoreTablePrefix(String ignoreTablePrefix)
無視するテーブルの prefix を設定します。 |
void |
setNoNameConversion(boolean noNameConversion)
名前を変換しないかどうかを設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public PersistenceConventionImpl()
メソッドの詳細 |
public String fromTableNameToEntityName(String tableName)
PersistenceConvention
の記述:
PersistenceConvention
内の fromTableNameToEntityName
tableName
- テーブル名
public String fromEntityNameToTableName(String entityName)
PersistenceConvention
の記述:
PersistenceConvention
内の fromEntityNameToTableName
entityName
- エンティティ名
public String fromColumnNameToPropertyName(String columnName)
PersistenceConvention
の記述:
PersistenceConvention
内の fromColumnNameToPropertyName
columnName
- カラム名
public String fromPropertyNameToColumnName(String propertyName)
PersistenceConvention
の記述:
PersistenceConvention
内の fromPropertyNameToColumnName
propertyName
- プロパティ名
public String fromFieldNameToPropertyName(String fieldName)
PersistenceConvention
の記述:
PersistenceConvention
内の fromFieldNameToPropertyName
fieldName
- フィールド名
public String fromPropertyNameToFieldName(String propertyName)
PersistenceConvention
の記述:
PersistenceConvention
内の fromPropertyNameToFieldName
propertyName
- プロパティ名
public String getIgnoreTablePrefix()
prefix
を返します。
prefix
public void setIgnoreTablePrefix(String ignoreTablePrefix)
prefix
を設定します。
ignoreTablePrefix
- public boolean isNoNameConversion()
public void setNoNameConversion(boolean noNameConversion)
noNameConversion
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |