Uses of Interface
cz.cvut.kbss.jopa.model.metamodel.Attribute
Packages that use Attribute
-
Uses of Attribute in cz.cvut.kbss.jopa.model
Methods in cz.cvut.kbss.jopa.model with parameters of type AttributeModifier and TypeMethodDescriptionprotected void
OneLevelCascadeExplorer.exploreCascaded
(Attribute<?, ?> at, Object o) protected void
OneLevelRemoveCascadeExplorer.exploreCascaded
(Attribute<?, ?> at, Object o) protected void
SimpleOneLevelCascadeExplorer.exploreCascaded
(Attribute<?, ?> at, Object o) protected void
OneLevelCascadeExplorer.exploreNonCascaded
(Attribute<?, ?> at, Object o) protected void
SimpleOneLevelCascadeExplorer.exploreNonCascaded
(Attribute<?, ?> at, Object o) protected void
SimpleOneLevelCascadeExplorer.runForEach
(Attribute<?, ?> at, Object o, boolean cascaded) -
Uses of Attribute in cz.cvut.kbss.jopa.model.metamodel
Subinterfaces of Attribute 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
PluralAttribute<X,
C, E> Instances of the type PluralAttribute represent persistent collection-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.interface
SingularAttribute<X,
T> Instances of the type SingularAttribute represents persistent single-valued properties or fields.Classes in cz.cvut.kbss.jopa.model.metamodel that implement AttributeModifier and TypeClassDescriptionclass
AbstractAttribute<X,
Y> class
AbstractPluralAttribute<X,
C, E> class
class
ListAttributeImpl<X,
V> class
class
RdfContainerAttributeImpl<X,
C, E> class
SetAttributeImpl<X,
V> class
Methods in cz.cvut.kbss.jopa.model.metamodel that return AttributeModifier and TypeMethodDescriptionManagedType.getAttribute
(String name) Return the attribute of the managed type that corresponds to the specified name.ManagedType.getDeclaredAttribute
(String name) Return the attribute declared by the managed type that corresponds to the specified name.Methods in cz.cvut.kbss.jopa.model.metamodel that return types with arguments of type AttributeModifier and TypeMethodDescriptionAbstractIdentifiableType.getAttributes()
ManagedType.getAttributes()
Return the attributes of the managed type.AbstractIdentifiableType.getDeclaredAttributes()
ManagedType.getDeclaredAttributes()
Return the attributes declared by the managed type.