Uses of Interface
com.blazebit.persistence.view.metamodel.Attribute
Packages that use Attribute
-
Uses of Attribute in com.blazebit.persistence.view.metamodel
Subinterfaces of Attribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceCollectionAttribute<X,E> Instances of the type CollectionAttribute represent Collection-valued attributes.interfaceCorrelatedAttribute<X,Y> Instances of the type CorrelatedAttribute represents single-valued properties or fields.interfaceListAttribute<X,E> Instances of the type ListAttribute represent List-valued attributes.interfaceMapAttribute<X,K, V> Instances of the type MapAttribute represent persistent Map-valued attributes.interfaceMappingAttribute<X,Y> Represents an attribute that has a mapping expression.interfaceMethodAttribute<X,Y> Represents an attribute of a view type specified by a getter.interfaceA collection attribute that is also a method attribute.interfaceMethodListAttribute<X,E> A list attribute that is also a method attribute.interfaceMethodMapAttribute<X,K, V> A map attribute that is also a method attribute.interfaceMethodMultiListAttribute<X,E, C extends Collection<E>> A multi-list attribute that is also a method attribute.interfaceMethodMultiMapAttribute<X,K, V, C extends Collection<V>> A multi-map attribute that is also a method attribute.interfaceMethodPluralAttribute<X,C, E> A plural attribute that is also a method attribute.interfaceMethodSetAttribute<X,E> A set attribute that is also a method attribute.interfaceA singular attribute that is also a method attribute.interfaceParameterAttribute<X,Y> Represents an attribute of a view type specified by a constructor parameter.interfacePluralAttribute<X,C, E> Instances of the type PluralAttribute represent collection-valued attributes.interfaceSetAttribute<X,E> Instances of the type SetAttribute represent Set-valued attributes.interfaceSingularAttribute<X,Y> Instances of the type SingularAttribute represents single-valued properties or fields.interfaceSubqueryAttribute<X,Y> Instances of the type SubqueryAttribute represents single-valued properties or fields.