public class CamelCaseSplittingFieldNamingStrategy extends ObjectSE implements FieldNamingStrategy
FieldNamingStrategy。名前の個々の部分は、preparePart(String) を使用して操作できます。| コンストラクターと説明 |
|---|
CamelCaseSplittingFieldNamingStrategy(StringSE delimiter) 新しい CamelCaseSplittingFieldNamingStrategy を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getFieldName(PersistentProperty<?> property) 指定された PersistentProperty に使用されるフィールド名を返します。 |
protected StringSE | preparePart(StringSE part) キャメルケースソースの分割から取得された、大文字ではない部分を準備するためのコールバック。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic CamelCaseSplittingFieldNamingStrategy(StringSE delimiter)
CamelCaseSplittingFieldNamingStrategy を作成します。delimiter - null であってはなりません。public StringSE getFieldName(PersistentProperty<?> property)
FieldNamingStrategyPersistentProperty に使用されるフィールド名を返します。FieldNamingStrategy 内の getFieldName property - null または空であってはなりません。Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.