| 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 FlushMode |
FlushMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlushMode[] |
FlushMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlushMode |
ManagedViewType.getFlushMode()
The flush mode to use for the entity view or null if not updatable.
|
| Modifier and Type | Method and Description |
|---|---|
FlushMode |
EntityViewMapping.getFlushMode()
Returns the flush mode to use for updates or
null if the entity view should not be updatable. |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityViewMapping.setFlushMode(FlushMode flushMode)
Set the flush mode to use for updates.
|
Copyright © 2014–2018 Blazebit. All rights reserved.