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