 44 | Method javax.persistence.criteria.CriteriaBuilder Expression> values( M map ) Create an expression that returns the values of a map. Parameters: map - map Returns: collection expression Since: JPA 2.0 |
 43 | Annotation Element javax.persistence.Access AccessType value (Required) Specification of field- or property-based access. Since: JPA 2.0 |
 43 | Annotation Element javax.persistence.AssociationOverrides AssociationOverride[] value (Required) The association override mappings that are to be applied to the relationship field or property . Since: JPA 1.0 |
 43 | Annotation Element javax.persistence.AttributeOverrides AttributeOverride[] value (Required) One or more field or property mapping overrides. Since: JPA 1.0 |
 43 | Annotation Element javax.jdo.annotations.Columns Column[] value The columns annotation information. Returns: the columns Since: JDO 2.1 |
 43 | Static Field javax.jdo.Constants String OPTION_RETAIN_VALUES "javax.jdo.option.RetainValues" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions() |
 43 | Static Field javax.jdo.Constants String PROPERTY_RESTORE_VALUES "javax.jdo.option.RestoreValues" Since: JDO 2.1 See Also: PersistenceManagerFactory.getRestoreValues() |
 43 | Static Field javax.jdo.Constants String PROPERTY_RETAIN_VALUES "javax.jdo.option.RetainValues" Since: JDO 2.1 See Also: PersistenceManagerFactory.getRetainValues() |
 43 | Enum Constant javax.jdo.annotations.DiscriminatorStrategy VALUE_MAP Since: JDO 2.1 |
 43 | Annotation Element javax.persistence.EntityListeners Class[] value The callback listener classes Since: JPA 1.0 |