| Package | Description |
|---|---|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
ViewType<?> |
ViewFilterMapping.getDeclaringType()
Returns the declaring view type.
|
<X> ViewType<X> |
ViewMetamodel.view(Class<X> clazz)
Returns the metamodel entity view type representing the entity view specified by the given class or null.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ViewType<?>> |
ViewMetamodel.getViews()
Returns the metamodel entity views.
|
Copyright © 2014–2018 Blazebit. All rights reserved.