Internal Website Search
1-19 of 19 resultsjavax.persistence.metamodel.MapAttribute JPA Interface MapAttribute Type Parameters: - The type the represented Map belongs to - The type of the key of the represented Map - The type of the value of the represented Map Super Interfaces: Attribute , Bindable , PluralAttribute Instances of the type MapAttribute represent persistent java | |
MapAttribute.getKeyType() - JPA Method JPA Method in javax.persistence.metamodel. MapAttribute Type getKeyType () Return the type representing the key type of the map. Return: type representing key type Since: JPA 2.0 | |
MapAttribute.getKeyJavaType() - JPA Method JPA Method in javax.persistence.metamodel. MapAttribute Class getKeyJavaType () Return the Java type of the map key. Return: Java key type Since: JPA 2.0 | |
JPA Metamodel API of Set types. ListAttribute represents attributes of List types. MapAttribute - represents ... (); Few other methods are defined in Attribute and in MapAttribute to support additional details. | |
javax.persistence.metamodel.EmbeddableType MapAttribute getDeclaredMap (String name) Return the Map-valued attribute declared by the managed type ... Return: declared MapAttribute of the given name Throws: IllegalArgumentException - if attribute of the given name is not declared in the managed type Inherited from: ManagedType Since: JPA 2.0 MapAttribute | |
javax.persistence.metamodel.ManagedType type Since: JPA 2.0 MapAttribute getDeclaredMap (String name) Return the Map-valued attribute ... of the represented attribute Return: declared MapAttribute of the given name Throws ... MapAttribute getDeclaredMap (String name, Class keyType, Class valueType) Return | |
javax.persistence.metamodel.IdentifiableType the managed type Inherited from: ManagedType Since: JPA 2.0 MapAttribute getDeclaredMap (String ... to the specified name. Parameters: name - the name of the represented attribute Return: declared MapAttribute ... the managed type Inherited from: ManagedType Since: JPA 2.0 MapAttribute getDeclaredMap (String  | |
javax.persistence.criteria.From: FetchParent Since: JPA 2.0 Expression get ( MapAttribute map) Create a path corresponding ... ( MapAttribute map) Create an inner join to the specified Map-valued attribute. Parameters: map - target of the join Return: the resulting join Since: JPA 2.0 MapJoin join ( MapAttribute map | |
ManagedType | |
ManagedType | |
ManagedType | |
ManagedType | |
javax.persistence.criteria.Join: From Since: JPA 2.0 MapJoin join ( MapAttribute map) Create an inner join to the specified Map ... : From Since: JPA 2.0 MapJoin join ( MapAttribute map, JoinType jt) Create a join | |
Path | |
From | |
From | |
MapJoin.getModel() - JPA Method JPA Method in javax.persistence.criteria.MapJoin MapAttribute getModel () Return the metamodel representation for the map attribute. Return: metamodel type representing the Map that is the target of the join Since: JPA 2.0 | |
javax.persistence.criteria.Path Expression get ( MapAttribute map) Create a path corresponding to the referenced map-valued | |
javax.persistence.criteria.MapJoin to the map entry. Return: expression corresponding to the map entry Since: JPA 2.0 MapAttribute getModel |