ObjectDB Database Search

101-150 of 200 results

AbstractQuery.groupBy(grouping) - JPA Method

more grouping expressions Return: the modified query Since: JPA 2.0

AbstractQuery.groupBy(grouping) - JPA Method

more grouping expressions Return: the modified query Since: JPA 2.0

AbstractQuery.having(restriction) - JPA Method

JPA Method in javax.persistence.criteria.AbstractQuery AbstractQuery having (    Expression  restriction ) Specify a restriction over the groups of the query. Replaces the previous having restriction(s), if any. Parameters: restriction - a simple or compound boolean expression Return: the modified query Since: JPA 2.0

AbstractQuery.having(restrictions) - JPA Method

. Parameters: restrictions - zero or more restriction predicates Return: the modified query Since: JPA 2.0

AbstractQuery.distinct(distinct) - JPA Method

specifying whether duplicate results must be eliminated from the query result or whether they must be retained Return: the modified query Since: JPA 2.0

CriteriaQuery.select(selection) - JPA Method

: selection - selection specifying the item that is to be returned in the query result Return: the modified

CriteriaQuery.multiselect(selections) - JPA Method

the query Return: the modified query Throws: IllegalArgumentException - if a selection item is not valid or if more than one selection item has the same assigned alias Since: JPA 2.0

CriteriaQuery.multiselect(selectionList) - JPA Method

to be returned by the query Return: the modified query Throws: IllegalArgumentException - if a selection

CriteriaQuery.groupBy(grouping) - JPA Method

the return type of the corresponding AbstractQuery method. Parameters: grouping - zero or more grouping expressions Return: the modified query Since: JPA 2.0

CriteriaQuery.groupBy(grouping) - JPA Method

of the corresponding AbstractQuery method. Parameters: grouping - list of zero or more grouping expressions Return: the modified query Since: JPA 2.0

CriteriaQuery.having(restriction) - JPA Method

AbstractQuery method. Parameters: restriction - a simple or compound boolean expression Return: the modified query Since: JPA 2.0

CriteriaQuery.having(restrictions) - JPA Method

: restrictions - zero or more restriction predicates Return: the modified query Since: JPA 2.0

CriteriaQuery.orderBy(o) - JPA Method

precedence. Parameters: o - zero or more ordering expressions Return: the modified query Since: JPA 2.0

CriteriaQuery.orderBy(o) - JPA Method

has highest precedence. Parameters: o - list of zero or more ordering expressions Return: the modified query Since: JPA 2.0

CriteriaQuery.distinct(distinct) - JPA Method

whether duplicate results must be eliminated from the query result or whether they must be retained Return: the modified query. Since: JPA 2.0

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (    SingularAttribute  attribute,    X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (    SingularAttribute  attribute,     Expression  value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (    Path  attribute,    X value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attribute,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (    Path  attribute,     Expression  value ) Update the value of the specified attribute. Parameters: attribute - attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

CriteriaUpdate.set(attributeName,value) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaUpdate CriteriaUpdate set (   String attributeName,    Object value ) Update the value of the specified attribute. Parameters: attributeName - name of the attribute to be updated value - new value Return: the modified update query Since: JPA 2.1

Subquery.select(expression) - JPA Method

that is to be returned as the subquery result Return: the modified subquery Since: JPA 2.0

Subquery.groupBy(grouping) - JPA Method

type of the corresponding AbstractQuery method. Parameters: grouping - zero or more grouping expressions Return: the modified subquery Since: JPA 2.0

Subquery.groupBy(grouping) - JPA Method

of the corresponding AbstractQuery method. Parameters: grouping - list of zero or more grouping expressions Return: the modified subquery Since: JPA 2.0

Subquery.having(restriction) - JPA Method

method. Parameters: restriction - a simple or compound boolean expression Return: the modified subquery Since: JPA 2.0

Subquery.having(restrictions) - JPA Method

- zero or more restriction predicates Return: the modified subquery Since: JPA 2.0

Subquery.distinct(distinct) - JPA Method

results must be eliminated from the subquery result or whether they must be retained Return: the modified subquery. Since: JPA 2.0

StateManager.isDirty(pc) - JDO Method

JDO Method in javax.jdo.spi.StateManager boolean isDirty (   PersistenceCapable pc ) Tests whether this object is dirty. Instances that have been modified , deleted, or newly ... has been modified in the current transaction. See Also: PersistenceCapable(String fieldName) Since: JDO 1.0

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

JDOHelper.getTransactionalObjectId(pc) - JDO Static Method

JDO Static Method in javax.jdo.JDOHelper Object getTransactionalObjectId (   Object pc ) Return a copy of the JDO identity associated with the parameter instance. Parameters: pc - the PersistenceCapable instance. Return: a copy of the ObjectId of the parameter instance as modified

PersistenceManager.getObjectId(pc) - JDO Method

is being changed in the transaction, by the application modifying one or more of the application

PersistenceManager.makePersistent(pc) - JDO Method

to the detached instances from instances in the closure of the parameter instances are modified to refer

PersistenceManager.makeTransactional(pc) - JDO Method

. If an instance is modified in a transaction, and the transaction rolls back, the state of the instance

PersistenceManager.retrieve(pc,useFetchPlan) - JDO Method

plan has not been modified from its default setting, all fields in the current fetch plan are fetched

PersistenceManager.retrieveAll(pcs,useFetchPlan) - JDO Method

. If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting

PersistenceManager.retrieveAll(pcs,useFetchPlan) - JDO Method

. If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting

PersistenceManager.retrieveAll(useFetchPlan,pcs) - JDO Method

. If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting

PersistenceManagerFactory.setRestoreValues(restoreValues) - JDO Method

, and the instances revert to transient. Additionally, fields of modified instances of primitive types

PersistenceManagerFactory.getFetchGroup(cls,name) - JDO Method

JDO Method in javax.jdo.PersistenceManagerFactory FetchGroup getFetchGroup (   Class cls,    String name ) Create an unscoped, modifiable FetchGroup for the Class and name. If a corresponding FetchGroup already exists in PersistenceManagerFactory scope, copy

PersistenceManagerFactory.getFetchGroups() - JDO Method

JDO Method in javax.jdo.PersistenceManagerFactory Set getFetchGroups () Get a modifiable Set containing a mutable copy of all currently active (in scope) fetch groups. The methods addFetchGroups , removeFetchGroups , getFetchGroups , and removeAllFetchGroups are internally serialized. Return

Query.setRange(fromIncl,toExcl) - JDO Method

JDO Method in javax.jdo.Query void setRange (   long fromIncl,    long toExcl ) Set the range of results to return. The execution of the query is modified to return only a subset of results. If the filter would normally return 100 instances, and fromIncl is set

Query.setRange(fromInclToExcl) - JDO Method

setRange("50, :to"); . The execution of the query is modified to return only a subset of results

Query.getFetchPlan() - JDO Method

JDO Method in javax.jdo.Query FetchPlan getFetchPlan () Returns the FetchPlan used by this Query . Modifications of the returned fetch plan will not cause this query's owning PersistenceManager 's FetchPlan to be modified . Return: the fetch plan used by this query Since: JDO 2.0

javax.jdo.Transaction

of the transaction, and the instances revert to transient. Additionally, fields of modified instances

Transaction.setRestoreValues(restoreValues) - JDO Method

of modified instances of primitive types and immutable reference types are restored to their values as

javax.jdo.annotations.NotPersistent

JDO Annotation NotPersistent Target: ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation to specify that the member is not persistent. If used, this is the only JDO annotation allowed on a member. This corresponds to the xml attribute persistence- modifier

javax.jdo.annotations.PersistenceAware

JDO Annotation PersistenceAware Target: ElementType.TYPE Implemented Interfaces: Annotation Annotation to specify that the class is persistence-aware. If used, this is the only JDO annotation allowed on the class. This corresponds to the xml attribute persistence- modifier ="persistence-aware

javax.jdo.annotations.Persistent

persistenceModifier default PersistenceModifier.UNSPECIFIED Modifier for this field. This is normally not

javax.jdo.annotations.Persistent.persistenceModifier

JDO Annotation Attribute in javax.jdo.annotations.Persistent PersistenceModifier persistenceModifier default PersistenceModifier.UNSPECIFIED Modifier for this field. This is normally not specified, and the defaults are used, or the @Transactional or @NotPersistent annotation is specified directly

javax.jdo.annotations.Transactional

JDO Annotation Transactional Target: ElementType.FIELD, ElementType.METHOD Implemented Interfaces: Annotation Annotation to indicate that a member (field or property) is transactional but not persistent. This corresponds to xml attribute persistence- modifier ="transactional" of "field

javax.jdo.listener.ClearCallback

the runtime environment should be cleared. This method is not modified by the enhancer. Since: JDO 2.0