 47 | Method javax.persistence.metamodel.ManagedType ListAttribute getDeclaredList( String name ... that corresponds to the specified name and Java element type. Parameters: name - the name of the represented ... of the given name and element type Throws: IllegalArgumentException - if attribute of the given name |
 47 | Method javax.persistence.metamodel.ManagedType MapAttribute getDeclaredMap( String name ) Return the Map-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared MapAttribute |
 47 | Method javax.persistence.metamodel.ManagedType MapAttribute getDeclaredMap( String name ... type that corresponds to the specified name and Java key and value types. Parameters: name - the name of the represented attribute keyType - the key type of the represented attribute valueType |
 47 | Method javax.persistence.metamodel.ManagedType MapAttribute getDeclaredMap( String name ... type that corresponds to the specified name and Java key and value types. Parameters: name - the name ... - the value type of the represented attribute Returns: declared MapAttribute of the given name and key |
 47 | Method javax.persistence.metamodel.ManagedType SetAttribute getDeclaredSet( String name ) Return the Set-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared SetAttribute of the given |
 47 | Method javax.persistence.metamodel.ManagedType SetAttribute getDeclaredSet( String name ... to the specified name and Java element type. Parameters: name - the name of the represented ... of the given name and element type Throws: IllegalArgumentException - if attribute of the given name |
 47 | ( String name ) Return the single-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared single-valued attribute of the given name Throws: IllegalArgumentException - if attribute of the given |
 47 | ( String name, Class type ) Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type. Parameters: name - the name of the represented ... of the given name and type Throws: IllegalArgumentException - if attribute of the given name and type is not declared in the managed type Since: JPA 2.0 |
 47 | Method 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 Returns: ListAttribute of the given name Throws |
 47 | Method javax.persistence.metamodel.ManagedType ListAttribute getList( String name, Classname and Java element type. Parameters: name - the name of the represented attribute elementType - the element type of the represented attribute Returns: ListAttribute of the given name and element |