| Package | Description |
|---|---|
| com.blazebit.persistence.view.spi |
SPI for implementers of the Blaze-Persistence Entity-View extension.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityViewMethodAttributeMapping
Mapping of an entity view method attribute.
|
interface |
EntityViewParameterMapping
Mapping of an entity view constructor parameter attribute.
|
| Modifier and Type | Method and Description |
|---|---|
EntityViewAttributeMapping |
EntityViewMapping.getIdAttribute()
Returns the id attribute mapping of this entity view mapping or
null if there is none. |
EntityViewAttributeMapping |
EntityViewMapping.getVersionAttribute()
Returns the version attribute mapping of this entity view mapping or
null if ther is none. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EntityViewAttributeMapping> |
EntityViewMapping.getAttributes()
Returns the attribute mappings defined for this entity view mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityViewMapping.setIdAttribute(EntityViewAttributeMapping idAttribute)
Set the id attribute mapping of this entity view mapping.
|
void |
EntityViewMapping.setVersionAttribute(EntityViewAttributeMapping versionAttribute)
Set the version attribute mapping of this entity view mapping.
|
Copyright © 2014–2018 Blazebit. All rights reserved.