ObjectDB Database Search
51-100 of 200 resultsTypedQuery.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 | |
Expression | |
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 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.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 | |
Expression | |
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.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.persistence.SequenceGenerators.value JPA Annotation Attribute in javax.persistence.SequenceGenerators SequenceGenerator [] value default null Since: JPA 2.2 | |
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.SecondaryTables.value JPA Annotation Attribute in javax.persistence.SecondaryTables SecondaryTable [] value default null (Required) The secondary tables for an entity. Since: JPA 1.0 | |
javax.persistence.EntityListeners.value JPA Annotation Attribute in javax.persistence.EntityListeners Class[] value default null The callback listener classes 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.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 | |
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 | |
javax.jdo.annotations.Value.extensions JDO Annotation Attribute in javax.jdo.annotations. Value Extension [] extensions default {} Vendor extensions. Since: JDO 2.1 |