Internal Website Search

101-150 of 200 results

SetJoin.on(restriction) - JPA Method

JPA Method in javax.persistence.criteria.SetJoin SetJoin on (    Expression  restriction ) Modify the join to restrict the result according to the specified ON condition and return ... compound boolean expression Return: the modified join object Since: JPA 2.1

CriteriaQuery.having(restriction) - JPA Method

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

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

Subquery.having(restrictions) - JPA Method

- zero or more restriction predicates 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.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.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

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

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

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

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

) normally unavailable would be manageable ( modifiable ) by malicious code. closePersistenceManagerFactory

PersistenceManagerFactory.setRestoreValues(restoreValues) - JDO Method

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

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

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

PersistenceManager.retrieveAll(useFetchPlan,pcs) - JDO Method

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

StateManager.setDoubleField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setDoubleField (   PersistenceCapable pc,    int field,    double currentValue,    double newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setFloatField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setFloatField (   PersistenceCapable pc,    int field,    float currentValue,    float newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setObjectField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setObjectField (   PersistenceCapable pc,    int field,    Object currentValue,    Object newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setStringField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setStringField (   PersistenceCapable pc,    int field,    String currentValue,    String newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setShortField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setShortField (   PersistenceCapable pc,    int field,    short currentValue,    short newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setByteField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setByteField (   PersistenceCapable pc,    int field,    byte currentValue,    byte newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setLongField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setLongField (   PersistenceCapable pc,    int field,    long currentValue,    long newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setIntField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setIntField (   PersistenceCapable pc,    int field,    int currentValue,    int newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.makeDirty(pc,fieldName) - JDO Method

the field as modified in the current transaction. Parameters: pc - the calling PersistenceCapable instance fieldName - the name of the field Since: JDO 1.0

StateManager.isTransactional(pc) - JDO Method

; persistent instances read in data store transactions; and persistent instances modified in

StateManager.setCharField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setCharField (   PersistenceCapable pc,    int field,    char currentValue,    char newValue ) Mark the field as modified by the user. Parameters: pc - the calling

StateManager.setBooleanField(pc,field,currentValue,newValue) - JDO Method

JDO Method in javax.jdo.spi.StateManager void setBooleanField (   PersistenceCapable pc,    int field,    boolean currentValue,    boolean newValue ) Mark the field as modified by the user. Parameters: pc - the calling

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

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

Transaction.setRestoreValues(restoreValues) - JDO Method

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

Query.setRange(fromInclToExcl) - JDO Method

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

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

javax.jdo.Transaction

, fields of modified instances of primitive types and immutable reference types are restored

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

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

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

PersistenceManager.makeTransactional(pc) - JDO Method

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

javax.jdo.listener.LoadCallback

JDO Interface LoadCallback This interface is used to notify instances of load events. Since: JDO 2.0 Public Methods void jdoPostLoad () Called after the values are loaded from the data store into this instance. This method is not modified by the enhancer. Derived fields should be initialized in

LoadCallback.jdoPostLoad() - JDO Method

JDO Method in javax.jdo.listener.LoadCallback void jdoPostLoad () Called after the values are loaded from the data store into this instance. This method is not modified by the enhancer. Derived fields should be initialized in this method. The context in which this call is made does not allow