|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.extension.gen.EntityPropertyClassNameResolver
public class EntityPropertyClassNameResolver
エンティティプロパティのクラス名リゾルバです。
フィールドの概要 | |
---|---|
protected java.util.LinkedHashMap<java.util.regex.Pattern,java.lang.String> |
patternMap
エンティティプロパティ名の正規表現を表すパターンをキー、クラス名を値とするマップ |
コンストラクタの概要 | |
---|---|
EntityPropertyClassNameResolver(java.io.File propertyFile)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
protected java.util.LinkedHashMap<java.util.regex.Pattern,java.lang.String> |
load(java.io.File propertyFile)
プロパティファイルをロードします。 |
java.lang.String |
resolve(EntityDesc entityDesc,
java.lang.String propertyName,
java.lang.String defaultPropertyClassName)
エンティティプロパティのクラス名を解決します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final java.util.LinkedHashMap<java.util.regex.Pattern,java.lang.String> patternMap
コンストラクタの詳細 |
---|
public EntityPropertyClassNameResolver(java.io.File propertyFile)
propertyFile
- プロパティファイルメソッドの詳細 |
---|
protected java.util.LinkedHashMap<java.util.regex.Pattern,java.lang.String> load(java.io.File propertyFile)
propertyFile
- プロパティファイル
public java.lang.String resolve(EntityDesc entityDesc, java.lang.String propertyName, java.lang.String defaultPropertyClassName)
entityDesc
- エンティティ記述propertyName
- エンティティプロパティ名defaultPropertyClassName
- エンティティプロパティのデフォルトのクラス名
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |