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 TypeInterfaceDescriptioninterfaceCollectionAttribute<X,E> Instances of the type CollectionAttribute represent persistent javax.util.Collection-valued attributes.interfaceListAttribute<X,E> Instances of the type ListAttribute represent persistentList-valued attributes.interfaceMapAttribute<X,K, V> Instances of the type MapAttribute represent persistent java.util.Map-valued attributes.interfaceRDFContainerAttribute<X,C, E> Instances of the typeRDFContainerAttributerepresent attributes mapped to RDF containers.interfaceSetAttribute<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 TypeClassDescriptionclassAbstractPluralAttribute<X,C, E> classclassListAttributeImpl<X,V> classclassRdfContainerAttributeImpl<X,C, E> classSetAttributeImpl<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.