Package | Description |
---|---|
javax.persistence | |
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.source.annotations | |
org.hibernate.metamodel.source.annotations.attribute |
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 CascadeType |
CascadeType.getCascadeType(CascadeType jpaCascade) |
Modifier and Type | Method and Description |
---|---|
static CascadeStyle |
EnumConversionHelper.cascadeTypeToCascadeStyle(CascadeType cascadeType) |
Modifier and Type | Method and Description |
---|---|
static Set<CascadeStyle> |
EnumConversionHelper.cascadeTypeToCascadeStyleSet(Set<CascadeType> cascadeTypes) |
Modifier and Type | Method and Description |
---|---|
Set<CascadeType> |
AssociationAttribute.getCascadeTypes() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.