Uses of Interface
javax.persistence.metamodel.Attribute
Packages that use Attribute
-
Uses of Attribute in javax.persistence.criteria
Methods in javax.persistence.criteria that return AttributeModifier and TypeMethodDescriptionFetch.getAttribute()Return the metamodel attribute corresponding to the fetch join.Join.getAttribute()Return the metamodel attribute corresponding to the join. -
Uses of Attribute in javax.persistence.metamodel
Subinterfaces of Attribute in javax.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceCollectionAttribute<X,E> Instances of the typeCollectionAttributerepresent persistentjava.util.Collection-valued attributes.interfaceListAttribute<X,E> Instances of the typeListAttributerepresent persistentjavax.util.List-valued attributes.interfaceMapAttribute<X,K, V> Instances of the typeMapAttributerepresent persistentjava.util.Map-valued attributes.interfacePluralAttribute<X,C, E> Instances of the typePluralAttributerepresent persistent collection-valued attributes.interfaceSetAttribute<X,E> Instances of the typeSetAttributerepresent persistentjava.util.Set-valued attributes.interfaceSingularAttribute<X,T> Instances of the typeSingularAttributerepresents persistent single-valued properties or fields.Methods in javax.persistence.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 javax.persistence.metamodel that return types with arguments of type AttributeModifier and TypeMethodDescriptionManagedType.getAttributes()Return the attributes of the managed type.ManagedType.getDeclaredAttributes()Return the attributes declared by the managed type.