ObjectDB Database Search
101-150 of 200 resultsjavax.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.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.PessimisticLockScope.NORMAL entity contains the foreign key will also be locked, but not the state of the referenced entities ... does not contain the foreign key (such as relationships that are mapped to join tables or unidirectional one-to-many relationships for which the target entity contains the foreign key) will not be locked by default. Since: JPA 2.0 | |
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.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.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.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.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.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.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.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 | |
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 | |
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 | |
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 | |
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.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 | |
javax.persistence.metamodel.Bindable | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.Type | |
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 | |
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 | |
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.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 ... a container in the managed environment, or if the transaction is not active. Since: JDO 1.0 void | |
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 | |
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 | |
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 | |
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 | |
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.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.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 |