public static enum ORMappingConfig.DatabaseType extends Enum<ORMappingConfig.DatabaseType>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ORMappingConfig.DatabaseType.Switch<T> |
| Enum Constant and Description |
|---|
DERBY |
MYSQL_INNO_DB |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
handleCases(ORMappingConfig.DatabaseType.Switch<T> aSwitch) |
static ORMappingConfig.DatabaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ORMappingConfig.DatabaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ORMappingConfig.DatabaseType MYSQL_INNO_DB
public static final ORMappingConfig.DatabaseType DERBY
public static ORMappingConfig.DatabaseType[] values()
for (ORMappingConfig.DatabaseType c : ORMappingConfig.DatabaseType.values()) System.out.println(c);
public static ORMappingConfig.DatabaseType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <T> T handleCases(ORMappingConfig.DatabaseType.Switch<T> aSwitch)
Copyright © 2025. All rights reserved.