Package de.caluga.morphium
Class Collation
java.lang.Object
de.caluga.morphium.Collation
locale: ,
caseLevel: ,
caseFirst: ,
strength: ,
numericOrdering: ,
alternate: ,
maxVariable: ,
backwards:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCollation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization) -
Method Summary
Modifier and TypeMethodDescriptionalternate(Collation.Alternate alternate) caseFirst(Collation.CaseFirst caseFirst) maxVariable(Collation.MaxVariable maxVariable) normalization(Boolean normalization) numericOrdering(Boolean numericOrdering) strength(Collation.Strength strength)
-
Constructor Details
-
Collation
public Collation() -
Collation
public Collation(String locale, Boolean caseLevel, Collation.CaseFirst caseFirst, Collation.Strength strength, Boolean numericOrdering, Collation.Alternate alternate, Collation.MaxVariable maxVariable, Boolean backwards, Boolean normalization)
-
-
Method Details
-
getNormalization
-
normalization
-
getLocale
-
locale
-
getCaseLevel
-
caseLevel
-
getCaseFirst
-
caseFirst
-
getStrength
-
strength
-
getNumericOrdering
-
numericOrdering
-
getAlternate
-
alternate
-
getMaxVariable
-
maxVariable
-
getBackwards
-
backwards
-
toQueryObject
-