| Package | Description |
|---|---|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicType<X>
Represents the metamodel of a basic type.
|
interface |
FlatViewType<X>
Represents the metamodel of a flat entity view.
|
interface |
ManagedViewType<X>
Represents the metamodel of an managed entity view type which is either an entity view or an embeddable entity view.
|
interface |
ViewType<X>
Represents the metamodel of an entity view.
|
| Modifier and Type | Method and Description |
|---|---|
Type<E> |
PluralAttribute.getElementType()
Returns the type representing the element type of the collection.
|
Type<K> |
MapAttribute.getKeyType()
Returns the java type of the key.
|
Type<Y> |
SingularAttribute.getType()
Returns the type representing the type of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Type<?>> |
MethodAttribute.getPersistCascadeAllowedSubtypes()
Returns the subtypes that are allowed to be used when cascading
CascadeType.PERSIST events. |
Set<Type<?>> |
MethodAttribute.getUpdateCascadeAllowedSubtypes()
Returns the subtypes that are allowed to be used when cascading
CascadeType.UPDATE events. |
Copyright © 2014–2018 Blazebit. All rights reserved.