| Package | Description |
|---|---|
| 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 |
|---|---|
TypeConverter<?,X> |
Type.getConverter()
The converter for converting objects between the converted type and the actual entity view model type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,Map<Class<?>,TypeConverter<?,?>>> |
EntityViewConfiguration.getTypeConverters()
Returns the currently registered type converters.
|
<Y> Map<Class<?>,TypeConverter<?,Y>> |
EntityViewConfiguration.getTypeConverters(Class<Y> viewModelType)
Returns the currently registered type converters for the given view model type.
|
| Modifier and Type | Method and Description |
|---|---|
<X,Y> EntityViewConfiguration |
EntityViewConfiguration.registerTypeConverter(Class<X> underlyingType,
Class<Y> viewModelType,
TypeConverter<X,Y> converter)
Registers the given converter for the given types.
|
Copyright © 2014–2018 Blazebit. All rights reserved.