| Package | Description |
|---|---|
| com.blazebit.persistence.view.metamodel |
Entity-View extension metamodel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionAttribute<X,E>
Instances of the type CollectionAttribute represent Collection-valued attributes.
|
interface |
CorrelatedAttribute<X,Y>
Instances of the type CorrelatedAttribute represents single-valued properties or fields.
|
interface |
ListAttribute<X,E>
Instances of the type ListAttribute represent List-valued attributes.
|
interface |
MapAttribute<X,K,V>
Instances of the type MapAttribute represent persistent Map-valued attributes.
|
interface |
MappingAttribute<X,Y>
Represents an attribute that has a mapping expression.
|
interface |
MethodAttribute<X,Y>
Represents an attribute of a view type specified by a getter.
|
interface |
ParameterAttribute<X,Y>
Represents an attribute of a view type specified by a constructor parameter.
|
interface |
PluralAttribute<X,C,E>
Instances of the type PluralAttribute represent collection-valued attributes.
|
interface |
SetAttribute<X,E>
Instances of the type SetAttribute represent Set-valued attributes.
|
interface |
SingularAttribute<X,Y>
Instances of the type SingularAttribute represents single-valued properties or fields.
|
interface |
SubqueryAttribute<X,Y>
Instances of the type SubqueryAttribute represents single-valued properties or fields.
|
Copyright © 2014–2018 Blazebit. All rights reserved.