ObjectDB Database Search

51-100 of 200 results

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

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.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

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

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.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

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

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

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 argument list. Parameters: values - expressions 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 collection. Parameters: values - expression corresponding to collection to be tested against Return: predicate testing for membership Since: JPA 2.0

javax.persistence.Access.value

JPA Annotation Attribute in javax.persistence.Access AccessType value default null (Required) Specification of field- or property-based access. Since: JPA 2.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.AttributeOverrides.value

JPA Annotation Attribute in javax.persistence.AttributeOverrides AttributeOverride [] value default null (Required) One or more field or property mapping overrides. Since: JPA 1.0

javax.persistence.Cacheable.value

JPA Annotation Attribute in javax.persistence.Cacheable boolean value default true (Optional) Whether or not the entity should be cached. Since: JPA 2.0

javax.persistence.Converts.value

JPA Annotation Attribute in javax.persistence.Converts Convert [] value default null The Convert mappings that are to be applied. Since: JPA 2.1

javax.persistence.EntityListeners.value

JPA Annotation Attribute in javax.persistence.EntityListeners Class[] value default null The callback listener classes Since: JPA 1.0

javax.persistence.Enumerated.value

JPA Annotation Attribute in javax.persistence.Enumerated EnumType value default ORDINAL (Optional) The type used in mapping an enum type. Since: JPA 1.0

javax.persistence.IdClass.value

JPA Annotation Attribute in javax.persistence.IdClass Class value default null Primary key class 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.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.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.MapKeyJoinColumns.value

JPA Annotation Attribute in javax.persistence.MapKeyJoinColumns MapKeyJoinColumn [] value default null (Required) The map key join columns that are used to map to the entity that is the map key. Since: JPA 2.0

javax.persistence.MapKeyTemporal.value

JPA Annotation Attribute in javax.persistence.MapKeyTemporal TemporalType value default null (Required) The type used in mapping java.util.Date or java.util.Calendar . Since: JPA 2.0

javax.persistence.MapsId.value

JPA Annotation Attribute in javax.persistence.MapsId String value default "" (Optional) The name of the attribute within the composite key to which the relationship attribute corresponds. If not supplied, the relationship maps the entity's primary key. Since: JPA 2.0

javax.persistence.NamedAttributeNode.value

JPA Annotation Attribute in javax.persistence.NamedAttributeNode String value default null (Required) The name of the attribute that must be included in the graph. Since: JPA 2.1

javax.persistence.NamedEntityGraphs.value

JPA Annotation Attribute in javax.persistence.NamedEntityGraphs NamedEntityGraph [] value default null Since: JPA 2.1

javax.persistence.NamedNativeQueries.value

JPA Annotation Attribute in javax.persistence.NamedNativeQueries NamedNativeQuery [] value default null (Required) Array of NamedNativeQuery annotations. 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.NamedStoredProcedureQueries.value

JPA Annotation Attribute in javax.persistence.NamedStoredProcedureQueries NamedStoredProcedureQuery [] value default null (Required) Array of NamedStoredProcedureQuery annotations. Since: JPA 2.1

javax.persistence.OrderBy.value

JPA Annotation Attribute in javax.persistence.OrderBy String value default "" An orderby_list . Specified as follows: orderby_list::= orderby_item [,orderby_item] orderby_item::= [property_or_field_name] [ASC | DESC] If ASC or DESC is not specified, ASC (ascending order) is assumed

javax.persistence.PersistenceContexts.value

JPA Annotation Attribute in javax.persistence.PersistenceContexts PersistenceContext [] value default null (Required) One or more PersistenceContext annotations. Since: JPA 1.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

[ODB1] Chapter 8 - ObjectDB Server

. For instance, a value of 30 (as specified above) indicates a check every 30 seconds. If a change ... off auto reloading specify a value of "0" for the reload attribute. In this case the server ... above, there is no point to specifying different values for the max and user-max attributes

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

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.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.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.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.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.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.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.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.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.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.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.columns

JDO Annotation Attribute in javax.jdo.annotations. Value Column [] columns default {} The column(s) for the value . Since: JDO 2.1