|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.extension.gen.dialect.GenDialectRegistry
public class GenDialectRegistry
方言のレジストリです。
| フィールドの概要 | |
|---|---|
protected static Map<String,GenDialect> |
genDialectMap
方言名をキー、方言を値とするマップ |
| コンストラクタの概要 | |
|---|---|
GenDialectRegistry()
|
|
| メソッドの概要 | |
|---|---|
static List<String> |
getDialectNames()
登録されている方言名のリストを返します。 |
static GenDialect |
lookup(String dialectName)
検索します。 |
static void |
register(GenDialect dialect)
登録します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected static final Map<String,GenDialect> genDialectMap
| コンストラクタの詳細 |
|---|
public GenDialectRegistry()
| メソッドの詳細 |
|---|
public static void register(GenDialect dialect)
dialect - 方言public static GenDialect lookup(String dialectName)
dialectName - 方言名
nullpublic static List<String> getDialectNames()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||