| Package | Description |
|---|---|
| com.blazebit.persistence.view |
Entity-View extension for the Blaze-Persistence API.
|
| Modifier and Type | Method and Description |
|---|---|
static ConvertOption |
ConvertOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertOption[] |
ConvertOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
EntityViewManager.convert(Object source,
Class<T> entityViewClass,
ConvertOption... convertOptions)
Creates a new instance of the entity view class, copies the values
of matching attributes of the source object and returns the instance.
|
Copyright © 2014–2018 Blazebit. All rights reserved.