| Package | Description |
|---|---|
| com.blazebit.persistence.view |
Entity-View extension for the Blaze-Persistence API.
|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| com.blazebit.persistence.view.spi |
SPI for implementers of the Blaze-Persistence Entity-View extension.
|
| Modifier and Type | Method and Description |
|---|---|
static InverseRemoveStrategy |
InverseRemoveStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InverseRemoveStrategy[] |
InverseRemoveStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InverseRemoveStrategy |
MethodAttribute.getInverseRemoveStrategy()
Returns the inverse remove strategy if this is an inverse mapped attribute.
|
| Modifier and Type | Method and Description |
|---|---|
InverseRemoveStrategy |
EntityViewMethodAttributeMapping.getInverseRemoveStrategy()
Returns the inverse remove strategy to use if this is an inverse mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityViewMethodAttributeMapping.setInverseRemoveStrategy(InverseRemoveStrategy inverseRemoveStrategy)
Sets the inverse remove strategy.
|
Copyright © 2014–2018 Blazebit. All rights reserved.