public class FieldNameSelector extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
FieldNameSelector.FieldNameCache
A field namer that caches names it has obtained from a delegate
|
static interface |
FieldNameSelector.FieldNamer
Implementations determine the field name corresponding to a given column.
|
private static class |
FieldNameSelector.FieldNameSanitizer
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 |
defaultSelector(boolean sanitizeFieldNames) |
public static FieldNameSelector.FieldNamer defaultSelector(boolean sanitizeFieldNames)
Copyright © 2020 JBoss by Red Hat. All rights reserved.