ObjectDB Database Search

101-150 of 200 results

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

JPA Annotation PersistenceProperty Implemented Interfaces: Annotation Describes a single container or persistence provider property. Used in PersistenceContext . Vendor specific properties may be included in the set of properties, and are passed to the persistence provider by the container

javax.persistence.LockModeType

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

javax.persistence.metamodel.Bindable$BindableType

containing the constants of this enum type, in the order they are declared. This method may be used ... ()) 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.SynchronizationType

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

javax.persistence.CollectionTable

contains references to other entities, the default values for the columns corresponding ... specified, it defaults to the concatenation of the name of the containing entity and the name

javax.persistence.CascadeType

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

javax.persistence.PersistenceContextType

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

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

JPA Annotation PersistenceContext Target: TYPE, METHOD, FIELD Implemented Interfaces: Annotation Expresses a dependency on a container -managed EntityManager and its associated persistence context ... for the container or persistence provider. Vendor specific properties may be included in this set

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

containing the constants of this enum type, in the order they are declared. This method may be used ... ); 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

EntityManager.lock(entity,lockMode,properties) - JPA Method

instance that is contained in the persistence context with the specified lock mode type and with specified properties. If a pessimistic lock mode type is specified and the entity contains a version

EntityManager.lock(entity,lockMode) - JPA Method

JPA Method in javax.persistence.EntityManager void lock (   Object entity,     LockModeType  lockMode ) Lock an entity instance that is contained in ... and the entity contains a version attribute, the persistence provider must also perform optimistic version

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 ... containing the constants of this enum type, in the order they are declared EnumType valueOf (String name

javax.persistence.Convert

which case the converter is applied to the specified attribute of the embeddable instances contained ... annotation is applied to a map containing instances of embeddable classes, the attributeName element

javax.persistence.InheritanceType

containing the constants of this enum type, in the order they are declared. This method may be used ... ()) 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.JoinColumn

. When used in a CollectionTable mapping, the referenced column is in the table of the entity containing ... of the table that contains the column. If a table is not specified, the column is assumed to be in

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

CriteriaQuery.multiselect(selectionList) - JPA Method

to the multiselect method contains only a single element, an instance of type Object ... was created without specifying a type, and the list passed to the multiselect method contains

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

without specifying a type, and the list passed to the multiselect method contains only a single element ... to the multiselect method contains more than one element, an instance of type Object

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

NullValue.NONE Behavior when this member contains a null value. Since: JDO 2.1 PersistenceModifier ... that must contain an object of a concrete type when used for persistence. Since: JDO 2.1

javax.jdo.annotations.PersistenceModifier

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

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

FetchGroup.getMembers() - JDO Method

JDO Method in javax.jdo.FetchGroup Set getMembers () Return an immutable Set of String containing the names of all members. The Set is a copy of the currently defined members and will not change based on subsequent changes to the membership in the FetchGroup. Return: an immutable Set containing the names of all members in the FetchGroup Since: JDO 2.2

Extent.hasSubclasses() - JDO Method

JDO Method in javax.jdo.Extent boolean hasSubclasses () Returns whether this Extent was defined to contain subclasses. Return: true if this Extent was defined to contain instances that are of a subclass type. Since: JDO 1.0

JDOHelper.getPersistenceManagerFactory(overrides,name,resourceLoader,pmfLoader) - JDO Static Method

. Parameters: overrides - a Map containing properties that override properties defined in any resources loaded according to the "name" parameter name - interpreted as the name of the resource 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.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.StateManager

JDO Interface StateManager This interface is the point of contact between managed instances of PersistenceCapable classes and the JDO implementation. It contains the methods used by ... instance contains a reference to a StateManager . A StateManager might manage one or multiple instances

FetchPlan.getGroups() - JDO Method

JDO Method in javax.jdo.FetchPlan Set getGroups () Return an immutable Set containing the names of all active fetch groups. The Set is a copy of the currently active groups and will not change based on subsequent changes to the groups. Return: an immutable Set containing the names of all currently active fetch groups Since: JDO 2.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.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

javax.jdo.FetchPlan

containing the names of all active fetch groups. The Set is a copy of the currently active groups and will not change based on subsequent changes to the groups. Return: an immutable Set containing the names