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 voidOneLevelCascadeExplorer.exploreCascaded(Attribute<?, ?> at, Object o) protected voidOneLevelRemoveCascadeExplorer.exploreCascaded(Attribute<?, ?> at, Object o) protected voidSimpleOneLevelCascadeExplorer.exploreCascaded(Attribute<?, ?> at, Object o) protected voidOneLevelCascadeExplorer.exploreNonCascaded(Attribute<?, ?> at, Object o) protected voidSimpleOneLevelCascadeExplorer.exploreNonCascaded(Attribute<?, ?> at, Object o) protected voidSimpleOneLevelCascadeExplorer.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 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.interfacePluralAttribute<X,C, E> Instances of the type PluralAttribute represent persistent collection-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.interfaceSingularAttribute<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 TypeClassDescriptionclassAbstractAttribute<X,Y> classAbstractPluralAttribute<X,C, E> classclassListAttributeImpl<X,V> classclassRdfContainerAttributeImpl<X,C, E> classSetAttributeImpl<X,V> classMethods 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.