| Package | Description |
|---|---|
| com.blazebit.persistence.view |
Entity-View extension for the Blaze-Persistence API.
|
| com.blazebit.persistence.view.spi |
SPI for implementers of the Blaze-Persistence Entity-View extension.
|
| 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 |
|---|---|
Set<CascadeType> |
EntityViewMethodAttributeMapping.getCascadeTypes()
Returns the cascade types that are configured for this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityViewMethodAttributeMapping.setUpdatable(boolean updatable,
boolean orphanRemoval,
CascadeType[] cascadeTypes,
Class<?>[] subtypes,
Class<?>[] persistSubtypes,
Class<?>[] updateSubtypes)
Set whether the attribute is updatable along with cascading configuration and the allowed subtypes.
|
Copyright © 2014–2018 Blazebit. All rights reserved.