Internal Website Search
101-150 of 200 resultsjavax.persistence.Persistence schema generation to occur. The Persistence class is available in a Java EE container environment as well; however, support for the Java SE bootstrapping APIs is not required in container environments ... ; these may also contain provider-specific properties. The value of these properties override any values | |
javax.persistence.Cache JPA Interface Cache Interface used to interact with the second-level cache. If a cache is not in use, the methods of this interface have no effect, except for contains , which returns false ... contains (Class cls, Object primaryKey) Whether the cache contains data for the given | |
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.persistence.metamodel.PluralAttribute | |
javax.persistence.ManyToMany within an embeddable class contained within an entity class to specify a relationship to a collection of entities. If the relationship is bidirectional and the entity containing the embeddable class | |
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 | |
javax.persistence.metamodel.Attribute | |
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.jdo.Transaction. Throws: JDOUserException - if transactions are managed by a container in the managed environment, or ... a container in the managed environment, or if the transaction is not active. Since: JDO 1.0 String ... : JDOUserException - if transactions are managed by a container in the managed environment, or if the transaction | |
javax.jdo.Extent contains all instances of a particular class or interface in the data store; this method returns ... to contain subclasses. Return: true if this Extent was defined to contain instances | |
javax.jdo.FetchGroup that contain the FetchGroup . When a FetchGroup is obtained via PersistenceManagerFactory ... getMembers () Return an immutable Set of String containing the names of all members. The Set ... to the membership in the FetchGroup. Return: an immutable Set containing the names of all members in the FetchGroup | |
Query.setFilter(filter) - JDO Method for the query. The filter specification is a String containing a Boolean expression ... . contains (Object o) , Collection.isEmpty() , String.startsWith(String s) , and String.endsWith(String e ... and the Collection. contains (Object o) method. Identifiers in the expression are considered to be in | |
javax.jdo.PersistenceManager application components. It is the factory for Query and Transaction instances, and contains methods ... . This exception contains a nested JDOOptimisticVerificationException for each object that failed ... with the PersistenceManager regardless of the type of ObjectId. The ObjectId does not necessarily contain | |
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 |