 48 | Method javax.jdo.PersistenceManagerFactory void setName( String name ) Sets the name of this PersistenceManagerFactory. Parameters: name - the name of this PMF Since: JDO 2.1 |
 48 | Annotation Element javax.persistence.UniqueConstraint String name (Optional) Constraint name. A provider-chosen name will be chosen if a name is not specified. Default value: "" Since: JPA 2.0 |
 47 | Annotation Element javax.persistence.AssociationOverride String name (Required) The name of the relationship property whose mapping is being overridden if property-based access is being used, or the name of the relationship field if field-based access is used. Since: JPA 1.0 |
 47 | Annotation Element javax.persistence.AttributeOverride String name (Required) The name of the property whose mapping is being overridden if property-based access is being used, or the name of the field if field-based access is used. Since: JPA 1.0 |
 47 | Annotation Element javax.jdo.annotations.Column String name Name of the column. Returns: the name of the column Default value: "" Since: JDO 2.1 |
 47 | Annotation Element javax.persistence.Column String name (Optional) The name of the column. Defaults to the property or field name. Default value: "" Since: JPA 1.0 |
 47 | Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME The name of the persistence manager factory element's "connection-driver-name" attribute. Since: JDO 2.1 |
 47 | Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME The name of the persistence manager factory element's "connection-factory2-name" attribute. Since: JDO 2.1 |
 47 | Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME The name of the persistence manager factory element's "connection-factory-name" attribute. Since: JDO 2.1 |
 47 | Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_USER_NAME The name of the persistence manager factory element's "connection-user-name" attribute. Since: JDO 2.1 |