 47 | Method 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 Returns: MapAttribute of the given name Throws |
 47 | Method javax.persistence.metamodel.ManagedType MapAttribute getMap( String name ... that corresponds to the specified name and Java key and value types. Parameters: name - the name ... of the represented attribute Returns: MapAttribute of the given name and key and value types Throws |
 47 | Method javax.persistence.metamodel.ManagedType MapAttribute getMap( String name, Classname and Java key and value types. Parameters: name - the name ... of the represented attribute Returns: MapAttribute of the given name and key and value types Throws |
 47 | Method javax.persistence.metamodel.ManagedType SetAttribute getSet( String name ) Return the Set-valued attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: SetAttribute of the given name Throws |
 47 | Method javax.persistence.metamodel.ManagedType SetAttribute getSet( String name, Classname and Java element type. Parameters: name - the name of the represented attribute elementType - the element type of the represented attribute Returns: SetAttribute of the given name and element |
 47 | ( String name ) Return the single-valued attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: single-valued attribute with the given name Throws: IllegalArgumentException - if attribute of the given name is not present in the managed type Since: JPA 2.0 |
 47 | ( String name, Class type ) Return the single-valued attribute of the managed type that corresponds to the specified name and Java type. Parameters: name - the name of the represented attribute type - the type of the represented attribute Returns: single-valued attribute with given name and type |
 47 | name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned. Returns: the enum constant with the specified name Throws: java.lang |
 47 | Static Method javax.jdo.annotations.ForeignKeyAction ForeignKeyAction valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant |
 47 | Static Method javax.jdo.annotations.IdentityType IdentityType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant |