| Package | Description |
|---|---|
| com.blazebit.persistence.view |
Entity-View extension for the Blaze-Persistence API.
|
| com.blazebit.persistence.view.spi |
SPI for implementers of the Blaze-Persistence Entity-View extension.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityViewConfiguration |
EntityViews.createDefaultConfiguration()
Uses the default EntityViewConfigurationProvider and invokes
EntityViewConfigurationProvider.createConfiguration(). |
| Modifier and Type | Method and Description |
|---|---|
EntityViewConfiguration |
EntityViewConfiguration.addEntityView(Class<?> clazz)
Adds the given class to the set of known entity views.
|
EntityViewConfiguration |
EntityViewConfiguration.addProperties(Properties extraProperties)
Add the given properties to the properties of the configuration.
|
EntityViewConfiguration |
EntityViewConfigurationProvider.createConfiguration()
Creates a new EntityViewConfiguration and returns it.
|
EntityViewConfiguration |
EntityViewConfiguration.mergeProperties(Properties properties)
Adds the given properties to the properties of the configuration, without overriding existing values.
|
<X> EntityViewConfiguration |
EntityViewConfiguration.registerBasicUserType(Class<X> clazz,
BasicUserType<X> userType)
Registers the given user type for the given class.
|
<X,Y> EntityViewConfiguration |
EntityViewConfiguration.registerTypeConverter(Class<X> underlyingType,
Class<Y> viewModelType,
TypeConverter<X,Y> converter)
Registers the given converter for the given types.
|
EntityViewConfiguration |
EntityViewConfiguration.setProperties(Properties properties)
Replace the properties of the configuration with the given properties.
|
EntityViewConfiguration |
EntityViewConfiguration.setProperty(String propertyName,
String value)
Set a property value by name.
|
Copyright © 2014–2018 Blazebit. All rights reserved.