Internal Website Search
1-15 of 15 resultsjavax.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 | |
ManagedType | |
ManagedType | |
ManagedType | |
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 | |
From | |
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 |