Uses of Interface
cz.cvut.kbss.jopa.model.metamodel.PluralAttribute
Packages that use PluralAttribute
-
Uses of PluralAttribute in cz.cvut.kbss.jopa.model.metamodel
Subinterfaces of PluralAttribute in cz.cvut.kbss.jopa.model.metamodelModifier and TypeInterfaceDescriptioninterface
CollectionAttribute<X,
E> Instances of the type CollectionAttribute represent persistent javax.util.Collection-valued attributes.interface
ListAttribute<X,
E> Instances of the type ListAttribute represent persistentList
-valued attributes.interface
MapAttribute<X,
K, V> Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.interface
RDFContainerAttribute<X,
C, E> Instances of the typeRDFContainerAttribute
represent attributes mapped to RDF containers.interface
SetAttribute<X,
E> Instances of the type SetAttribute represent persistent java.util.Set-valued attributes.Classes in cz.cvut.kbss.jopa.model.metamodel that implement PluralAttributeModifier and TypeClassDescriptionclass
AbstractPluralAttribute<X,
C, E> class
class
ListAttributeImpl<X,
V> class
class
RdfContainerAttributeImpl<X,
C, E> class
SetAttributeImpl<X,
V> Methods in cz.cvut.kbss.jopa.model.metamodel that return types with arguments of type PluralAttributeModifier and TypeMethodDescriptionSet<PluralAttribute<X,
?, ?>> AbstractIdentifiableType.getDeclaredPluralAttributes()
Set<PluralAttribute<X,
?, ?>> ManagedType.getDeclaredPluralAttributes()
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) declared by the managed type.Set<PluralAttribute<? super X,
?, ?>> AbstractIdentifiableType.getPluralAttributes()
Set<PluralAttribute<? super X,
?, ?>> ManagedType.getPluralAttributes()
Return all multi-valued attributes (Collection-, Set-, List-, and Map-valued attributes) of the managed type.