Internal Website Search

51-100 of 160 results

javax.persistence.SharedCacheMode

Public Static Enum Methods: SharedCacheMode[] values () Returns an array containing the constants ... : an array containing the constants of this enum type, in the order they are declared SharedCacheMode

javax.persistence.ConstraintMode

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

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

access is used. Since: JPA 2.0 Public Static Enum Methods: AccessType[] values () Returns an array ... ); Return: an array containing the constants of this enum type, in the order they are declared

javax.persistence.ParameterMode

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

javax.persistence.FlushModeType

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

javax.persistence.DiscriminatorType

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

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

() 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.persistence.CacheRetrieveMode

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

javax.persistence.FetchType

Static Enum Methods: FetchType[] values () Returns an array containing the constants of this enum ... follows: for (FetchType c : FetchType.values()) System.out.println(c); Return: an array containing

javax.persistence.EnumType

. Since: JPA 1.0 Public Static Enum Methods: EnumType[] values () Returns an array containing the constants ... over the constants as follows: for (EnumType c : EnumType.values()) System.out.println(c); Return: an array

javax.persistence.InheritanceType

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

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

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

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

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

javax.persistence.NamedStoredProcedureQueries

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

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

NamedQuery [] value default null (Required) An array of NamedQuery annotations. Since: JPA 1.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.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

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

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

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

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

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

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

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

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

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

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

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

PersistenceManagerFactory.addFetchGroups(groups) - JDO Method

are internally serialized. Parameters: groups - an array of FetchGroups Throws: SecurityExceptionif

PersistenceManagerFactory.supportedOptions() - JDO Method

.option.Map javax.jdo.option.List javax.jdo.option. Array javax.jdo.option.NullCollection javax.jdo

javax.jdo.JDOFatalException

the problem, each failed object will have its own Exception . Return: the nested Throwable array . Inherited

JDOException.getNestedExceptions() - JDO Method

JDO Method in javax.jdo.JDOException Throwable[] getNestedExceptions () The exception may have been caused by multiple exceptions in the runtime. If multiple objects caused the problem, each failed object will have its own Exception . Return: the nested Throwable array . Since: JDO 1.0

I18NHelper.msg(messageKey,args) - JDO Method

JDO Method in javax.jdo.spi.I18NHelper String msg (   String messageKey,    Object[] args ) Message formatter Parameters: messageKey - the message key args - the array of arguments Return: the resolved message text Since: JDO 1.0

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

Query.executeWithArray(parameters) - JDO Method

expression evaluates to true . Parameters: parameters - the Object array with all of the parameters. Return: the filtered Collection . Since: JDO 1.0

javax.jdo.spi.I18NHelper

: messageKey - the message key args - the array of arguments Return: the resolved message text

javax.jdo.JDOOptimisticVerificationException

array contains an exception for each instance that failed the optimistic verification. Since: JDO 1