 31 | Annotation Element javax.persistence.PersistenceProperty String value The value of the property Since: JPA 1.0 |
 31 | Annotation Element javax.persistence.QueryHint String value Value of the hint. Since: JPA 1.0 |
 31 | Annotation Element javax.jdo.annotations.Value Extension[] extensions Vendor extensions. Returns: the vendor extensions Default value: {} Since: JDO 2.1 |
 31 | Annotation Element javax.jdo.annotations.Value String foreignKey Name for a generated foreign key constraint. Returns: the name of the generated foreign key constraint Default value: "" Since: JDO 2.1 |
 31 | Annotation Element javax.jdo.annotations.Value String generateForeignKey Generate or assume a foreign key constraint exists on the column or columns associated with this join. Specify "true" or "false". Returns: whether to generate or assume a foreign key constraint Default value: "" Since: JDO 2.1 |
 31 | Annotation Element javax.jdo.annotations.Value String index The name of the index to generate. Returns: the name of the index Default value: "" Since: JDO 2.1 |
 31 | Annotation Element javax.jdo.annotations.Value String unique Whether the element column(s) contents should be considered unique Returns: whether the element column(s) contents should be considered unique Default value: "" Since: JDO 2.1 |
 31 | Annotation Element javax.jdo.annotations.Value String uniqueKey The name of the unique key constraint to generate. Returns: the name of the unique key constraint Default value: "" Since: JDO 2.1 |
 31 | Static Method javax.jdo.annotations.DiscriminatorStrategy DiscriminatorStrategy[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (DiscriminatorStrategy c : DiscriminatorStrategy.values |
 31 | Static Method javax.jdo.annotations.ForeignKeyAction ForeignKeyAction[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (ForeignKeyAction c : ForeignKeyAction.values())
System.out.println(c) Returns |