| Package | Description |
|---|---|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
MethodAttribute<? super X,?> |
ManagedViewType.getAttribute(String name)
Returns the attribute of the entity view specified by the given name.
|
MethodAttribute<?,?> |
AttributeFilterMapping.getDeclaringAttribute()
Returns the declaring attribute.
|
MethodAttribute<? super X,?> |
ViewType.getIdAttribute()
Returns the id attribute of the entity view.
|
MethodAttribute<? super X,?> |
ViewType.getVersionAttribute()
Returns the version attribute of the entity view if there is any, or null.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MethodAttribute<? super X,?>> |
ManagedViewType.getAttributes()
Returns the attributes of the entity view.
|
Copyright © 2014–2018 Blazebit. All rights reserved.