public static enum DBDataWriter.Options extends java.lang.Enum<DBDataWriter.Options>
Modifier and Type | Method and Description |
---|---|
static DBDataWriter.Options |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBDataWriter.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBDataWriter.Options exceptionOnEmptyObjectList
public static final DBDataWriter.Options readOnly
public static final DBDataWriter.Options dataModificationSequence
public static final DBDataWriter.Options dbServices
public static final DBDataWriter.Options optimisticLock
public static final DBDataWriter.Options throwOptimisticLockDeleteException
public static final DBDataWriter.Options throwOptimisticLockUpdateException
public static final DBDataWriter.Options throwFailedInsertException
public static final DBDataWriter.Options overrideCatalogName
public static final DBDataWriter.Options catalog
public static final DBDataWriter.Options schema
public static final DBDataWriter.Options table
public static final DBDataWriter.Options generateSQLOnly
public static final DBDataWriter.Options noFullColumnName
public static final DBDataWriter.Options throwMissingFieldException
public static final DBDataWriter.Options exceptionHandler
public static final DBDataWriter.Options removeAndCreateInsteadOfStore
public static final DBDataWriter.Options batchEnabled
public static final DBDataWriter.Options updatableTablePKOnly
public static final DBDataWriter.Options lowerCaseKeywords
public static DBDataWriter.Options[] values()
for (DBDataWriter.Options c : DBDataWriter.Options.values()) System.out.println(c);
public static DBDataWriter.Options valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null