| Package | Description |
|---|---|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
MappingConstructor<X> |
ManagedViewType.getConstructor(Class<?>... parameterTypes)
Returns the mapping constructor of the entity view specified by the given parameter types.
|
MappingConstructor<X> |
ManagedViewType.getConstructor(String name)
Returns the constructor of the entity view specified by the given name.
|
MappingConstructor<X> |
ParameterAttribute.getDeclaringConstructor()
Returns the declaring constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<MappingConstructor<X>> |
ManagedViewType.getConstructors()
Returns the mapping constructors of the entity view.
|
Copyright © 2014–2018 Blazebit. All rights reserved.