Uses of Interface
javax.persistence.metamodel.Attribute
-
Packages that use Attribute Package Description javax.persistence.criteria javax.persistence.metamodel -
-
Uses of Attribute in javax.persistence.criteria
Methods in javax.persistence.criteria that return Attribute Modifier and Type Method Description Attribute<? super Z,?>
Fetch. getAttribute()
Attribute<? super Z,?>
Join. getAttribute()
-
Uses of Attribute in javax.persistence.metamodel
Subinterfaces of Attribute in javax.persistence.metamodel Modifier and Type Interface Description interface
CollectionAttribute<X,E>
interface
ListAttribute<X,E>
interface
MapAttribute<X,K,V>
interface
PluralAttribute<X,C,E>
interface
SetAttribute<X,E>
interface
SingularAttribute<X,T>
Methods in javax.persistence.metamodel that return Attribute Modifier and Type Method Description Attribute<? super X,?>
ManagedType. getAttribute(java.lang.String name)
Attribute<X,?>
ManagedType. getDeclaredAttribute(java.lang.String name)
Methods in javax.persistence.metamodel that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute<? super X,?>>
ManagedType. getAttributes()
java.util.Set<Attribute<X,?>>
ManagedType. getDeclaredAttributes()
-