ObjectDB Database Search

51-100 of 160 results

javax.persistence.TemporalType

.Timestamp Since: JPA 1.0 Public Static Enum Methods: TemporalType[] values () Returns an array containing ... ); Return: an array containing the constants of this enum type, in the order they are declared

javax.persistence.ValidationMode

: ValidationMode[] values () Returns an array containing the constants of this enum type, in the order ... : for (ValidationMode c : ValidationMode.values()) System.out.println(c); Return: an array containing the constants

javax.persistence.criteria.CriteriaBuilder$Trimspec

an array containing the constants of this enum type, in the order they are declared. This method ... .Trimspec.values()) System.out.println(c); Return: an array containing the constants of this enum

javax.persistence.criteria.JoinType

join. Since: JPA 2.0 Public Static Enum Methods: JoinType[] values () Returns an array containing ... : an array containing the constants of this enum type, in the order they are declared JoinType valueOf

javax.persistence.criteria.Predicate$BooleanOperator

Public Static Enum Methods: Predicate.BooleanOperator[] values () Returns an array containing ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

javax.persistence.metamodel.Attribute$PersistentAttributeType

() Returns an array containing the constants of this enum type, in the order they are declared. This method ... : Attribute.PersistentAttributeType.values()) System.out.println(c); Return: an array containing

javax.persistence.metamodel.Bindable$BindableType

Since: JPA 2.0 Public Static Enum Methods: Bindable.BindableType[] values () Returns an array ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

javax.persistence.metamodel.PluralAttribute$CollectionType

[] values () Returns an array containing the constants of this enum type, in the order ... .CollectionType c : PluralAttribute.CollectionType.values()) System.out.println(c); Return: an array

javax.persistence.metamodel.Type$PersistenceType

Since: JPA 2.0 Public Static Enum Methods: Type.PersistenceType[] values () Returns an array containing ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

javax.persistence.NamedNativeQueries

.0 Public Annotation Attributes NamedNativeQuery [] value default null (Required) Array of NamedNativeQuery annotations. Since: JPA 1.0

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

NamedQuery [] value default null (Required) An array of NamedQuery 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

default null (Required) Array of NamedStoredProcedureQuery annotations. Since: JPA 2.1

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

elements Since: JPA 2.0 Object[] toArray () Return the values of the result tuple elements as an array . Return: tuple element values Since: JPA 2.0

Tuple.toArray() - JPA Method

JPA Method in javax.persistence.Tuple Object[] toArray () Return the values of the result tuple elements as an array . Return: tuple element values Since: JPA 2.0

javax.persistence.UniqueConstraint

null (Required) An array of the column names that make up the constraint. Since: JPA 1.0 String name

javax.persistence.UniqueConstraint.columnNames

JPA Annotation Attribute in javax.persistence.UniqueConstraint String[] columnNames default null (Required) An array of the column names that make up the constraint. Since: JPA 1.0

javax.persistence.criteria.CompoundSelection

JPA Interface CompoundSelection Type Parameters: - the type of the selection item Super Interfaces: Selection , TupleElement The CompoundSelection interface defines a compound selection item (tuple, array , or result of constructor). Since: JPA 2.0 Public Methods Selection alias (String name

CriteriaBuilder.construct(resultClass,selections) - JPA Method

Throws: IllegalArgumentException - if an argument is a tuple- or array -valued selection item Since: JPA 2.0

CriteriaBuilder.tuple(selections) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaBuilder CompoundSelection tuple (    Selection ... selections ) Create a tuple-valued selection item. Parameters: selections - selection items Return: tuple-valued compound selection Throws: IllegalArgumentException - if an argument is a tuple- or array -valued selection item Since: JPA 2.0

javax.jdo.JDOException

Exceptions. It contains an optional detail message, an optional nested Throwable array and an optional ... : the nested Throwable array . Since: JDO 1.0 Throwable initCause (Throwable cause) JDK 1.4 includes

JDOHelper.makeDirty(pc,fieldName) - JDO Static Method

to an array is given to a method outside the class, and the array is modified, then the persistent

javax.jdo.ObjectState

an array containing the constants of this enum type, in the order they are declared. This method ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

PersistenceManager.evictAll(pcs) - JDO Method

JDO Method in javax.jdo.PersistenceManager void evictAll (   Object... pcs ) Mark an array of instances as no longer needed in the cache. Parameters: pcs - the array of instances to evict from the cache. See Also: evict (Object pc) Since: JDO 1.0

PersistenceManager.refreshAll(pcs) - JDO Method

JDO Method in javax.jdo.PersistenceManager void refreshAll (   Object... pcs ) Refresh the state of an array of instances from the data store. Parameters: pcs - the array of instances to refresh. See Also: refresh (Object pc) Since: JDO 1.0

PersistenceManager.makeTransactionalAll(pcs) - JDO Method

JDO Method in javax.jdo.PersistenceManager void makeTransactionalAll (   Object... pcs ) Make an array of instances subject to transactional boundaries. Parameters: pcs - the array of instances to make transactional. See Also: makeTransactional (Object pc) Since: JDO 1.0

PersistenceManager.makeNontransactionalAll(pcs) - JDO Method

JDO Method in javax.jdo.PersistenceManager void makeNontransactionalAll (   Object... pcs ) Make an array of instances non-transactional after commit. Parameters: pcs - the array of instances to make nontransactional. See Also: makeNontransactional (Object pc) Since: JDO 1.0

javax.jdo.annotations.DiscriminatorStrategy

.1 Public Static Enum Methods: DiscriminatorStrategy[] values () Returns an array containing ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

javax.jdo.annotations.ForeignKeyAction

() Returns an array containing the constants of this enum type, in the order they are declared ... .values()) System.out.println(c); Return: an array containing the constants of this enum type, in

javax.jdo.annotations.IdGeneratorStrategy

: IdGeneratorStrategy[] values () Returns an array containing the constants of this enum type, in ... : for (IdGeneratorStrategy c : IdGeneratorStrategy.values()) System.out.println(c); Return: an array containing

javax.jdo.annotations.IdentityType

Enum Methods: IdentityType[] values () Returns an array containing the constants of this enum type, in ... : for (IdentityType c : IdentityType.values()) System.out.println(c); Return: an array containing

javax.jdo.annotations.InheritanceStrategy

Since: JDO 2.1 Public Static Enum Methods: InheritanceStrategy[] values () Returns an array containing ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

javax.jdo.annotations.NullValue

an array containing the constants of this enum type, in the order they are declared. This method ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order they are declared

javax.jdo.annotations.Order

JDO Annotation Order Target: ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation for the ordering component of an ordered container member, such as Java Collections Framework Array and List types and Java native array types. Corresponds to the xml element "order

javax.jdo.annotations.PersistenceModifier

UNSPECIFIED Since: JDO 2.1 Public Static Enum Methods: PersistenceModifier[] values () Returns an array ... ()) System.out.println(c); Return: an array containing the constants of this enum type, in the order

javax.jdo.annotations.SequenceStrategy

Methods: SequenceStrategy[] values () Returns an array containing the constants of this enum type, in ... : for (SequenceStrategy c : SequenceStrategy.values()) System.out.println(c); Return: an array containing

javax.jdo.annotations.VersionStrategy

Since: JDO 2.1 Public Static Enum Methods: VersionStrategy[] values () Returns an array containing ... (c); Return: an array containing the constants of this enum type, in the order they are declared

javax.jdo.spi.JDOImplHelper

- the PersistenceCapable class used as the key for lookup. fieldNames - an array of String field names for persistent and transactional fields fieldTypes - an array of Class field types fieldFlags - the Field

JDOImplHelper.registerClass(pcClass,fieldNames,fieldTypes,fieldFlags,persistenceCapableSuperclass,pc) - JDO Static Method

the key for lookup. fieldNames - an array of String field names for persistent and transactional fields fieldTypes - an array of Class field types fieldFlags - the Field Flags for persistent

javax.jdo.spi.PersistenceCapable

changes made to their fields. However, if a reference to an array is given to a method outside the class, and the array is modified, then the persistent instance is not aware of the change. This API

PersistenceCapable.jdoMakeDirty(fieldName) - JDO Method

are able to detect changes made to their fields. However, if a reference to an array is given to a method outside the class, and the array is modified, then the persistent instance is not aware

javax.jdo.spi.StateInterrogation

. However, if a reference to an array is given to a method outside the class, and the array

StateInterrogation.makeDirty(pc,fieldName) - JDO Method

. However, if a reference to an array is given to a method outside the class, and the array is modified

javax.jdo.FetchGroup

types, including Collection, array , and Map types of basic and relationship types. Since: JDO 2.2

javax.jdo.FetchGroup.MULTIVALUED

JDO Static Field in javax.jdo.FetchGroup MULTIVALUED For use with addCategory and removeCategory calls. This category includes members of all multi-valued types, including Collection, array , and Map types of basic and relationship types. Since: JDO 2.2

javax.jdo.FetchPlan

;fetchGroupNames) Set a collection of groups. Parameters: fetchGroupNames - a String array of names

FetchPlan.setGroups(fetchGroupNames) - JDO Method

JDO Method in javax.jdo.FetchPlan FetchPlan setGroups (   String... fetchGroupNames ) Set a collection of groups. Parameters: fetchGroupNames - a String array of names of fetch groups Return: the FetchPlan Since: JDO 2.0

javax.jdo.JDOCanRetryException

will have its own Exception . Return: the nested Throwable array . Inherited from: JDOException Since: JDO 1.0