Internal Website Search
51-100 of 200 resultsQuery.setParameter(param,value,temporalType) - JPA Method, Calendar value , TemporalType temporalType ) Bind an instance of java.util.Calendar to a Parameter object. Parameters: param - parameter object value - parameter value temporalType - temporal type Return: the same query instance Throws | |
Query.setHint(hintName,value) - JPA Method JPA Method in javax.persistence.Query Query setHint ( String hintName, Object value ) Set a query property or hint. The hints elements may be used to specify ... - name of the property or hint value - value for the property or hint Return: the same query instance | |
TypedQuery.setParameter(param,value,temporalType) - JPA Method;param, Date value , TemporalType temporalType ) Bind an instance of java.util.Date to a Parameter object. Parameters: param - parameter object value - parameter value temporalType - temporal type Return: the same query instance Throws | |
TypedQuery.setParameter(param,value,temporalType) - JPA Method JPA Method in javax.persistence.TypedQuery TypedQuery setParameter ( Parameter param, Calendar value , TemporalType temporalType ... value - parameter value temporalType - temporal type Return: the same query instance Throws | |
TypedQuery.setHint(hintName,value) - JPA Method JPA Method in javax.persistence.TypedQuery TypedQuery setHint ( String hintName, Object value ) Set a query property or hint. The hints elements may be used ... : hintName - name of property or hint value - value for the property or hint Return: the same query | |
Expression.in(values) - JPA Method JPA Method in javax.persistence.criteria.Expression Predicate in ( Collection values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - collection of values to be tested against Return: predicate testing for membership Since: JPA 2.0 | |
Expression.in(values) - JPA Method JPA Method in javax.persistence.criteria.Expression Predicate in ( Object... values ) Create a predicate to test whether the expression is a member of the argument list. Parameters: values - values to be tested against Return: predicate testing for membership Since: JPA 2.0 | |
EntityManager.setProperty(propertyName,value) - JPA Method JPA Method in javax.persistence.EntityManager void setProperty ( String propertyName, Object value ) Set an entity manager property or hint. If a vendor ... of property or hint value - value for property or hint Throws: IllegalArgumentException - if the second | |
StoredProcedureQuery.setParameter(param,value,temporalType) - JPA Method JPA Method in javax.persistence.StoredProcedureQuery StoredProcedureQuery setParameter ( Parameter param, Date value , TemporalType   ... - parameter object value - parameter value temporalType - temporal type Return: the same query instance | |
StoredProcedureQuery.setParameter(param,value,temporalType) - JPA Method JPA Method in javax.persistence.StoredProcedureQuery StoredProcedureQuery setParameter ( Parameter param, Calendar value , TemporalType ... - parameter object value - parameter value temporalType - temporal type Return: the same query | |
StoredProcedureQuery.setHint(hintName,value) - JPA Method JPA Method in javax.persistence.StoredProcedureQuery StoredProcedureQuery setHint ( String hintName, Object value ) Set a query property or hint. The hints ... of the property or hint value - value for the property or hint Return: the same query instance Throws | |
MapJoin.value() - JPA Method JPA Method in javax.persistence.criteria.MapJoin Path value () Create a path expression that corresponds to the map value . This method is for stylistic use only: it just returns this. Return: path corresponding to the map value Since: JPA 2.0 | |
javax.persistence.PersistenceProperty.value JPA Annotation Attribute in javax.persistence.PersistenceProperty String value default null The value of the property Since: JPA 1.0 | |
javax.persistence.QueryHint.value JPA Annotation Attribute in javax.persistence.QueryHint String value default null Value of the hint. Since: JPA 1.0 | |
CriteriaBuilder.values(map) - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Expression values ( M map ) Create an expression that returns the values of a map. Parameters: map - map Return: collection expression Since: JPA 2.0 | |
Expression.in(values) - JPA Method JPA Method in javax.persistence.criteria.Expression Predicate in ( Expression values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - expression corresponding to collection to be tested against Return: predicate testing for membership Since: JPA 2.0 | |
Expression.in(values) - JPA Method JPA Method in javax.persistence.criteria.Expression Predicate in ( Expression ... values ) Create a predicate to test whether the expression is a member of the argument list. Parameters: values - expressions to be tested against Return: predicate testing for membership Since: JPA 2.0 | |
Database Management Settings and resize values save space. Larger values can improve performance by reducing file fragmentation (many ... the database. The element specifies the recovery file settings: The enabled attribute (whose value is "true" or "false" ) specifies if a recovery file is used. The sync attribute (whose value is "true | |
FROM clause (JPQL / Criteria API) earlier in the FROM clause. Join variables can also be bound to a single value path expression ... to a single value expression are less commonly used because usually they can be replaced by a simpler ... outer variable value (e.g. any Country ) that has no matching inner variable (e.g. a Capital | |
Database Explorer a single object, every column represents a persistent field, and the content of a cell is the value ... by a tree node and the values of its persistent fields are represented as child nodes. Tree windows ... objects. Editing Values and References You can edit simple field values inline in the Tree and Table | |
javax.persistence.NamedStoredProcedureQueries.value JPA Annotation Attribute in javax.persistence.NamedStoredProcedureQueries NamedStoredProcedureQuery [] value default null (Required) Array of NamedStoredProcedureQuery annotations. Since: JPA 2.1 | |
javax.persistence.PersistenceUnits.value JPA Annotation Attribute in javax.persistence.PersistenceUnits PersistenceUnit [] value default null (Required) One or more PersistenceUnit annotations. Since: JPA 1.0 | |
javax.persistence.AssociationOverrides.value JPA Annotation Attribute in javax.persistence.AssociationOverrides AssociationOverride [] value default null (Required) The association override mappings that are to be applied to the relationship field or property . Since: JPA 1.0 | |
javax.persistence.NamedQueries.value JPA Annotation Attribute in javax.persistence.NamedQueries NamedQuery [] value default null (Required) An array of NamedQuery annotations. Since: JPA 1.0 | |
javax.persistence.JoinColumns.value JPA Annotation Attribute in javax.persistence.JoinColumns JoinColumn [] value default null The join columns that map the relationship. Since: JPA 1.0 | |
javax.persistence.MapKeyEnumerated.value JPA Annotation Attribute in javax.persistence.MapKeyEnumerated EnumType value default ORDINAL (Optional) The type used in mapping a map key enum type. Since: JPA 2.0 | |
javax.persistence.PrimaryKeyJoinColumns.value JPA Annotation Attribute in javax.persistence.PrimaryKeyJoinColumns PrimaryKeyJoinColumn [] value default null One or more PrimaryKeyJoinColumn annotations. Since: JPA 1.0 | |
javax.persistence.MapKeyClass.value JPA Annotation Attribute in javax.persistence.MapKeyClass Class value default null (Required) The type of the map key. Since: JPA 2.0 | |
javax.jdo.annotations.Discriminator.value JDO Annotation Attribute in javax.jdo.annotations.Discriminator String value default "" The value for the discriminator for objects of this class when using " value -map" strategy. Since: JDO 2.1 | |
javax.jdo.annotations.Value.types JDO Annotation Attribute in javax.jdo.annotations. Value Class[] types default {} Types of the values . This can be determined if using JDK1.5 generics but is required otherwise. Multiple types can be specified if the implementation supports multiple types. Since: JDO 2.1 | |
javax.jdo.annotations.Value.columns JDO Annotation Attribute in javax.jdo.annotations. Value Column [] columns default {} The column(s) for the value . Since: JDO 2.1 | |
javax.jdo.annotations.Value.mappedBy JDO Annotation Attribute in javax.jdo.annotations. Value String mappedBy default "" Name of a member in the key class where this value is stored. Since: JDO 2.1 | |
javax.jdo.annotations.Value.indexed JDO Annotation Attribute in javax.jdo.annotations. Value String indexed default "" Whether the value column(s) should be indexed. Since: JDO 2.1 | |
javax.jdo.annotations.Value.column JDO Annotation Attribute in javax.jdo.annotations. Value String column default "" Name of the column to store the value in. Since: JDO 2.1 | |
javax.jdo.annotations.Value.table JDO Annotation Attribute in javax.jdo.annotations. Value String table default "" Name of the table for the value . Since: JDO 2.1 | |
javax.jdo.annotations.Value.updateAction JDO Annotation Attribute in javax.jdo.annotations. Value ForeignKeyAction updateAction default ForeignKeyAction.UNSPECIFIED Update action to apply to any foreign key for the value . Since: JDO 2.1 | |
javax.jdo.annotations.Value.deleteAction JDO Annotation Attribute in javax.jdo.annotations. Value ForeignKeyAction deleteAction default ForeignKeyAction.UNSPECIFIED Delete action to apply to any foreign key for the value . Since: JDO 2.1 | |
javax.jdo.annotations.Value.embedded JDO Annotation Attribute in javax.jdo.annotations. Value String embedded default "" Whether this value is embedded. Since: JDO 2.1 | |
javax.jdo.annotations.Value.serialized JDO Annotation Attribute in javax.jdo.annotations. Value String serialized default "" Whether the value is to be stored serialized (into a single column of a join table). Since: JDO 2.1 | |
javax.jdo.annotations.Value.dependent JDO Annotation Attribute in javax.jdo.annotations. Value String dependent default "" Whether the value is dependent on the owner (and will be deleted when the owner is deleted). Since: JDO 2.1 | |
javax.jdo.annotations.Value.embeddedMapping JDO Annotation Attribute in javax.jdo.annotations. Value Embedded [] embeddedMapping default {} The embedded mapping for the value . Since: JDO 2.1 | |
javax.jdo.annotations.Extension.value JDO Annotation Attribute in javax.jdo.annotations.Extension String value default null The value for the extension (required). Since: JDO 2.1 | |
[ODB1] Chapter 9 - ObjectDB Explorer represents a persistent field, and the content of a cell is the value of a single field in a single ... a tree node, and the values of its persistent fields are represents by child nodes. The main advantage ... , renaming a selected persistent field in the Explorer is useful in order to avoid losing values | |
javax.jdo.annotations.Uniques.value JDO Annotation Attribute in javax.jdo.annotations.Uniques Unique [] value default null The unique constraints. Since: JDO 2.1 | |
javax.jdo.annotations.Joins.value JDO Annotation Attribute in javax.jdo.annotations.Joins Join [] value default null The join definitions used for the mapping of this type. Joins for secondary tables are usually defined at the type level and not the field or property level. This allows multiple fields and properties to share | |
javax.jdo.annotations.Value.foreignKey JDO Annotation Attribute in javax.jdo.annotations. Value String foreignKey default "" Name for a generated foreign key constraint. Since: JDO 2.1 | |
javax.jdo.annotations.Value.generateForeignKey JDO Annotation Attribute in javax.jdo.annotations. Value String generateForeignKey default "" Generate or assume a foreign key constraint exists on the column or columns associated with this join. Specify "true" or "false". Since: JDO 2.1 | |
javax.jdo.annotations.Value.index JDO Annotation Attribute in javax.jdo.annotations. Value String index default "" The name of the index to generate. Since: JDO 2.1 | |
javax.jdo.annotations.Value.uniqueKey JDO Annotation Attribute in javax.jdo.annotations. Value String uniqueKey default "" The name of the unique key constraint to generate. Since: JDO 2.1 | |
javax.jdo.annotations.Value.unique JDO Annotation Attribute in javax.jdo.annotations. Value String unique default "" Whether the element column(s) contents should be considered unique Since: JDO 2.1 |