Internal Website Search
51-100 of 200 resultsjavax.persistence.TypedQuery () Execute an update or delete statement. Return: the number of entities updated or deleted Throws ... () The maximum number of results the query object was set to retrieve. Returns Integer.MAX_VALUE if setMaxResults was not applied to the query object. Return: maximum number of results Inherited from: Query | |
javax.persistence.StoredProcedureQuery query Inherited from: Query Since: JPA 2.0 int getMaxResults () The maximum number of results ... to the query object. Return: maximum number of results Inherited from: Query Since: JPA 2.0 Object ... , numbered from 0 Return: the same query instance Throws: IllegalArgumentException - if the argument | |
Query.getMaxResults() - JPA Method JPA Method in javax.persistence.Query int getMaxResults () The maximum number of results the query object was set to retrieve. Returns Integer.MAX_VALUE if setMaxResults was not applied to the query object. Return: maximum number of results Since: JPA 2.0 | |
Query.setMaxResults(maxResult) - JPA Method JPA Method in javax.persistence.Query Query setMaxResults ( int maxResult ) Set the maximum number of results to retrieve. Parameters: maxResult - maximum number of results to retrieve Return: the same query instance Throws: IllegalArgumentException - if the argument is negative Since: JPA 1.0 | |
TypedQuery.setMaxResults(maxResult) - JPA Method JPA Method in javax.persistence.TypedQuery TypedQuery setMaxResults ( int maxResult ) Set the maximum number of results to retrieve. Parameters: maxResult - maximum number of results to retrieve Return: the same query instance Throws: IllegalArgumentException - if the argument is negative Since: JPA 2.0 | |
javax.persistence.TableGenerator 50 (Optional) The amount to increment by when allocating id numbers from the generator. Since: JPA 1 | |
javax.persistence.AssociationOverride.class) List phoneNumbers; } @Entity public class PhoneNumber { @Id int number ; @ManyToMany(mappedBy | |
Query.setFirstResult(startPosition) - JPA Method JPA Method in javax.persistence.Query Query setFirstResult ( int startPosition ) Set the position of the first result to retrieve. Parameters: startPosition - position of the first result, numbered from 0 Return: the same query instance Throws: IllegalArgumentException - if the argument is negative Since: JPA 1.0 | |
javax.jdo.Query that pass the filter. Returns the number of instances of the candidate class that were deleted, specifically not including the number of dependent and embedded instances. Dirty instances of affected ... the datastore. Return: the number of instances of the candidate class that were deleted Since: JDO 2.0 | |
javax.jdo.spi.PersistenceCapable: other - the PC instance from which field values are to be copied fieldNumbers - the field numbers to be copied ... specified: Number or Character : the parameter must be the single field type or the wrapper class ... identified by number . Parameters: fieldNumber - the field whose value is to be replaced by a callback | |
Query.deletePersistentAll() - JDO Method of the candidate class that pass the filter. Returns the number of instances of the candidate class that were deleted, specifically not including the number of dependent and embedded instances. Dirty instances ... whether they were deleted from the datastore. Return: the number of instances of the candidate class that were deleted Since: JDO 2.0 | |
JDOImplHelper.newObjectIdInstance(pcClass,obj) - JDO Method, if the parameter is of one of the following types, the behavior must be as specified: Number or Character | |
StateManager.replacingObjectField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager Object replacingObjectField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingStringField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager String replacingStringField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.providedLongField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedIntField(pc,field,currentValue) - JDO Method instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedCharField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedBooleanField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedShortField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedByteField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.setDoubleField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setFloatField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setObjectField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setStringField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setShortField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setByteField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setLongField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.setIntField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.replacingLongField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager long replacingLongField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingDoubleField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager double replacingDoubleField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingFloatField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager float replacingFloatField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingIntField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager int replacingIntField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingShortField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager short replacingShortField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingCharField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager char replacingCharField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingBooleanField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager boolean replacingBooleanField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.replacingByteField(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager byte replacingByteField ( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return: the new value for the field Since: JDO 1.0 | |
StateManager.providedDoubleField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedFloatField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedObjectField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.providedStringField(pc,field,currentValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0 | |
StateManager.isLoaded(pc,field) - JDO Method JDO Method in javax.jdo.spi.StateManager boolean isLoaded ( PersistenceCapable pc, int field ) Return true if the field is cached in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Return | |
javax.jdo.datastore.Sequence of obtaining additional sequence value objects. Parameters: additional - the number of additional values | |
Sequence.allocate(additional) - JDO Method: additional - the number of additional values to allocate Since: JDO 2.0 | |
StateManager.setCharField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0 | |
StateManager.getStringField(pc,field,currentValue) - JDO Method JDO Method in javax.jdo.spi.StateManager String getStringField ( PersistenceCapable pc, int field, String currentValue ) Return the value for the field. Parameters: pc - the calling PersistenceCapable instance field - the field number | |
StateManager.getDoubleField(pc,field,currentValue) - JDO Method JDO Method in javax.jdo.spi.StateManager double getDoubleField ( PersistenceCapable pc, int field, double currentValue ) Return the value for the field. Parameters: pc - the calling PersistenceCapable instance field - the field number | |
StateManager.setBooleanField(pc,field,currentValue,newValue) - JDO Method PersistenceCapable instance field - the field number currentValue - the current value of the field | |
StateManager.getObjectField(pc,field,currentValue) - JDO Method JDO Method in javax.jdo.spi.StateManager Object getObjectField ( PersistenceCapable pc, int field, Object currentValue ) Return the value for the field. Parameters: pc - the calling PersistenceCapable instance field - the field number | |
StateManager.getIntField(pc,field,currentValue) - JDO Method JDO Method in javax.jdo.spi.StateManager int getIntField ( PersistenceCapable pc, int field, int currentValue ) Return the value for the field. Parameters: pc - the calling PersistenceCapable instance field - the field number | |
StateManager.getShortField(pc,field,currentValue) - JDO Method JDO Method in javax.jdo.spi.StateManager short getShortField ( PersistenceCapable pc, int field, short currentValue ) Return the value for the field. Parameters: pc - the calling PersistenceCapable instance field - the field number |