| Package | Description |
|---|---|
| org.ektorp.docref |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<CascadeType> |
CascadeType.DELETE_TYPES |
static EnumSet<CascadeType> |
CascadeType.PERSIST_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static CascadeType |
CascadeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CascadeType[] |
CascadeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CascadeType.intersects(CascadeType[] anyOf,
EnumSet<CascadeType> types) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CascadeType.intersects(CascadeType[] anyOf,
EnumSet<CascadeType> types) |
Copyright © 2017. All rights reserved.