public interface ViewMetamodel
| Modifier and Type | Method and Description |
|---|---|
<X> FlatViewType<X> |
flatView(Class<X> clazz)
Returns the metamodel embeddable entity view type representing the embeddable entity view specified by the given class or null.
|
Set<FlatViewType<?>> |
getFlatViews()
Returns the metamodel embeddableentity views.
|
Set<ManagedViewType<?>> |
getManagedViews()
Returns the metamodel managed entity views.
|
Set<ViewType<?>> |
getViews()
Returns the metamodel entity views.
|
<X> ManagedViewType<X> |
managedView(Class<X> clazz)
Returns the metamodel managed entity view type representing the managed entity view specified by the given class or null.
|
<X> ViewType<X> |
view(Class<X> clazz)
Returns the metamodel entity view type representing the entity view specified by the given class or null.
|
<X> ViewType<X> view(Class<X> clazz)
X - The type of the given entity view classclazz - The entity view class for which the view type should be returnedSet<ViewType<?>> getViews()
<X> ManagedViewType<X> managedView(Class<X> clazz)
X - The type of the given entity view classclazz - The entity view class for which the view type should be returnedSet<ManagedViewType<?>> getManagedViews()
<X> FlatViewType<X> flatView(Class<X> clazz)
X - The type of the given entity view classclazz - The entity view class for which the view type should be returnedSet<FlatViewType<?>> getFlatViews()
Copyright © 2014–2018 Blazebit. All rights reserved.