|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||
java.lang.Objectwoolpack.utils.PropertyUtils
public final class PropertyUtils
プロパティ名に関するユーティリティです。
| メソッドの概要 | |
|---|---|
static Iterable<String> |
getGuessingIterable(String s)
|
static Iterable<String> |
getGuessingIterable(String s,
char separator)
属性名パターンの候補を順に返す Iterableを生成して返します。 |
static String |
toJavaName(String s)
DB における名称を Java における名称(先頭小文字)に変換します。 |
static String |
toJavaName(String s,
char separator)
DB における名称を Java における名称(先頭小文字)に変換します。 |
static String |
toSQLName(String s)
java における名称を DB における名称(大文字)に変換します。 |
static String |
toSQLName(String s,
char separator)
java における名称を DB における名称(大文字)に変換します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public static Iterable<String> getGuessingIterable(String s,
char separator)
Iterableを生成して返します。
候補を以下の例の順序で返します。ただし、出現済みの値を省略します。
s - 属性名。separator - セパレータ。
Iterable。public static Iterable<String> getGuessingIterable(String s)
public static String toJavaName(String s)
s - 変換対象。
public static String toJavaName(String s,
char separator)
s - 変換対象。separator - セパレータ。
public static String toSQLName(String s)
s - 変換対象。
public static String toSQLName(String s,
char separator)
s - 変換対象。separator - セパレータ。
|
|||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||