| Package | Description |
|---|---|
| com.blazebit.persistence.view.spi |
SPI for implementers of the Blaze-Persistence Entity-View extension.
|
| Modifier and Type | Method and Description |
|---|---|
EntityViewMapping |
EntityViewConfiguration.createEntityViewMapping(Class<?> clazz)
Creates an entity view mapping based on the given annotated class
that can be further refined and finally added.
|
EntityViewMapping |
EntityViewConstructorMapping.getDeclaringView()
Returns the mapping of the view declaring this constructor.
|
EntityViewMapping |
EntityViewAttributeMapping.getDeclaringView()
Returns the mapping of the view declaring this attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<EntityViewMapping> |
EntityViewConfiguration.getEntityViewMappings()
Returns the currently registered entity view mappings.
|
Copyright © 2014–2018 Blazebit. All rights reserved.