Internal Website Search

1-15 of 15 results

javax.persistence.metamodel.ListAttribute

JPA Interface ListAttribute Type Parameters: - The type the represented List belongs to - The element type of the represented List Super Interfaces: Attribute , Bindable , PluralAttribute Instances of the type ListAttribute represent persistent javax.util.List -valued attributes. Since: JPA 2.0

JPA Metamodel API

of Set types. ListAttribute represents attributes of List types. MapAttribute  - represents

javax.persistence.metamodel.EmbeddableType

type Inherited from: ManagedType Since: JPA 2.0 ListAttribute getDeclaredList (String name ... . Parameters: name - the name of the represented attribute Return: declared ListAttribute of the given ... the managed type Inherited from: ManagedType Since: JPA 2.0 ListAttribute getDeclaredList (String name

javax.persistence.metamodel.ManagedType

in the managed type Since: JPA 2.0 ListAttribute getDeclaredList (String name) Return the List ... : name - the name of the represented attribute Return: declared ListAttribute of the given name Throws ... Since: JPA 2.0 ListAttribute getDeclaredList (String name, Class  elementType) Return

javax.persistence.metamodel.IdentifiableType

class Since: JPA 2.0 ListAttribute getDeclaredList (String name) Return the List-valued attribute ... of the represented attribute Return: declared ListAttribute of the given name Throws ... : ManagedType Since: JPA 2.0 ListAttribute getDeclaredList (String name, Class  elementType

javax.persistence.criteria.From

- join type Return: the resulting join Since: JPA 2.0 ListJoin join ( ListAttribute  list ... Return: the resulting join Since: JPA 2.0 ListJoin join ( ListAttribute  list,  JoinType  

ManagedType.getList(name) - JPA Method

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

ManagedType.getDeclaredList(name) - JPA Method

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

ManagedType.getDeclaredList(name,elementType) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType ListAttribute getDeclaredList (   String name,    Class  elementType ) Return the List-valued attribute ... attribute Return: declared ListAttribute of the given name and element type Throws

ManagedType.getList(name,elementType) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType ListAttribute getList (   String name,    Class  elementType ) Return the List-valued attribute ... : ListAttribute of the given name and element type Throws: IllegalArgumentException - if attribute

javax.persistence.criteria.Join

: the resulting join Inherited from: From Since: JPA 2.0 ListJoin join ( ListAttribute  list) Create ... : the resulting join Inherited from: From Since: JPA 2.0 ListJoin join ( ListAttribute  list

From.join(list,jt) - JPA Method

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

From.join(list) - JPA Method

JPA Method in javax.persistence.criteria.From ListJoin join (    ListAttribute  list ) Create an inner join to the specified List-valued attribute. Parameters: list - target of the join Return: the resulting join Since: JPA 2.0

ListJoin.getModel() - JPA Method

JPA Method in javax.persistence.criteria.ListJoin ListAttribute getModel () Return the metamodel representation for the list attribute. Return: metamodel type representing the List that is the target of the join Since: JPA 2.0

javax.persistence.criteria.ListJoin

Methods ListAttribute getModel () Return the metamodel representation for the list attribute. Return