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