public class FieldNameSelector extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
FieldNameSelector.FieldNameCache<T>
A field namer that caches names it has obtained from a delegate
|
static interface |
FieldNameSelector.FieldNamer<T>
Implementations determine the field name corresponding to a given column.
|
private static class |
FieldNameSelector.FieldNameSanitizer<T>
A field namer that replaces any characters invalid in a field with
_. |
| Constructor and Description |
|---|
FieldNameSelector() |
| Modifier and Type | Method and Description |
|---|---|
static FieldNameSelector.FieldNamer<String> |
defaultNonRelationalSelector(boolean sanitizeFieldNames) |
static FieldNameSelector.FieldNamer<Column> |
defaultSelector(boolean sanitizeFieldNames) |
public static FieldNameSelector.FieldNamer<Column> defaultSelector(boolean sanitizeFieldNames)
public static FieldNameSelector.FieldNamer<String> defaultNonRelationalSelector(boolean sanitizeFieldNames)
Copyright © 2021 JBoss by Red Hat. All rights reserved.