Internal Website Search

1-19 of 19 results

javax.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.getDeclaredMap(name) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType MapAttribute getDeclaredMap (   String name ) Return the Map-valued attribute declared by the managed type that corresponds ... MapAttribute of the given name Throws: IllegalArgumentException - if attribute of the given name is not declared in the managed type Since: JPA 2.0

ManagedType.getMap(name) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType MapAttribute getMap (   String name ) Return the Map-valued attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Return: MapAttribute of the given name

ManagedType.getMap(name,keyType,valueType) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType MapAttribute getMap (   String name,    Class  keyType,    Class  valueType ) Return ... of the represented attribute valueType - the value type of the represented attribute Return: MapAttribute

ManagedType.getDeclaredMap(name,keyType,valueType) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType MapAttribute getDeclaredMap (   String name,    Class  keyType,    Class  valueType ... : declared MapAttribute of the given name and key and value types Throws: IllegalArgumentException

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.get(map) - JPA Method

JPA Method in javax.persistence.criteria.Path Expression get (    MapAttribute  map ) Create a path corresponding to the referenced map-valued attribute. Parameters: map - map-valued attribute Return: expression corresponding to the referenced attribute Since: JPA 2.0

From.join(map,jt) - JPA Method

JPA Method in javax.persistence.criteria.From MapJoin join (    MapAttribute  map,     JoinType  jt ) Create a join to the specified Map-valued attribute using the given join type. Parameters: map - target of the join jt - join type Return: the resulting join Since: JPA 2.0

From.join(map) - JPA Method

JPA Method in javax.persistence.criteria.From MapJoin join (    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.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