ObjectDB Database Search

101-150 of 200 results

Query.setParameter(name,value) - JPA Method

;   Object value ) Bind an argument value to a named parameter . Parameters : name - parameter name value - parameter value Return: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the argument is of incorrect type Since: JPA 1.0

Query.setParameter(name,value,temporalType) - JPA Method

of java.util.Calendar to a named parameter . Parameters : name - parameter name value - parameter ... - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 1.0

Query.setParameter(name,value,temporalType) - JPA Method

of java.util.Date to a named parameter . Parameters : name - parameter name value - parameter value ... - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 1.0

Query.getParameter(position) - JPA Method

JPA Method in javax.persistence.Query Parameter getParameter (   int position ) Get the parameter object corresponding to the declared positional parameter with the given position. This method is not required to be supported for native queries. Parameters : position - position Return

Query.getParameter(position,type) - JPA Method

JPA Method in javax.persistence.Query Parameter getParameter (   int position,    Class  type ) Get the parameter object corresponding to the declared positional parameter with the given position and type. This method is not required to be supported by

Query.getParameterValue(position) - JPA Method

) Return the input value bound to the positional parameter . (Note that OUT parameters are unbound.) Parameters : position - position Return: parameter value Throws: IllegalStateException - if the parameter has not been been bound IllegalArgumentException - if the parameter with the specified position does not exist Since: JPA 2.0

StoredProcedureQuery.setParameter(name,value) - JPA Method

parameter . Parameters : name - parameter name value - parameter value Return: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query

StoredProcedureQuery.setParameter(name,value,temporalType) - JPA Method

;temporalType ) Bind an instance of java.util.Calendar to a named parameter . Parameters : name - parameter name value - parameter value temporalType - temporal type Return: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 2.1

StoredProcedureQuery.setParameter(name,value,temporalType) - JPA Method

;temporalType ) Bind an instance of java.util.Date to a named parameter . Parameters : name - parameter name value - parameter value temporalType - temporal type Return: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 2.1

StoredProcedureQuery.registerStoredProcedureParameter(position,type,mode) - JPA Method

; ParameterMode  mode ) Register a positional parameter . All parameters must be registered. Parameters : position - parameter position type - type of the parameter mode - parameter mode Return: the same query instance Since: JPA 2.1

TypedQuery.setParameter(name,value) - JPA Method

,    Object value ) Bind an argument value to a named parameter . Parameters : name - parameter name value - parameter value Return: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the argument is of incorrect type Since: JPA 2.0

TypedQuery.setParameter(name,value,temporalType) - JPA Method

an instance of java.util.Calendar to a named parameter . Parameters : name - parameter name value - parameter value temporalType - temporal type Return: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 2.0

TypedQuery.setParameter(name,value,temporalType) - JPA Method

an instance of java.util.Date to a named parameter . Parameters : name - parameter name value - parameter ... - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 2.0

javax.persistence.criteria.CriteriaDelete

JPA Interface CriteriaDelete Type Parameters : - the entity type that is the target of the delete ... . Parameters : entityClass - the entity class Return: query root corresponding to the given entity Since: JPA ... that is being deleted. Parameters : entity - metamodel entity representing the entity of type X Return: query root

javax.persistence.criteria.Expression

JPA Interface Expression Type Parameters : - the type of the expression Super Interfaces: Selection ... conversion: the runtime type is not changed. Warning: may result in a runtime failure. Parameters ... of the collection. Parameters : values - collection of values to be tested against Return: predicate

javax.persistence.LockTimeoutException

. Parameters : entity - the entity. Since: JPA 2.0 LockTimeoutException (String message) Constructs a new LockTimeoutException exception with the specified detail message. Parameters : message ... . Parameters : message - the detail message. cause - the cause. Since: JPA 2.0 LockTimeoutException (String 

javax.persistence.OptimisticLockException

OptimisticLockException exception with the specified entity. Parameters : entity the - entity. Since: JPA 1.0 ... with the specified detail message. Parameters : message the - detail message. Since: JPA 1.0 ... exception with the specified detail message and cause. Parameters : message the - detail message. cause

javax.persistence.PessimisticLockException

a new PessimisticLockException exception with the specified entity. Parameters : entity - the entity ... PessimisticLockException exception with the specified detail message. Parameters : message - the detail message ... PessimisticLockException exception with the specified detail message and cause. Parameters : message

Query.isBound(param) - JPA Method

JPA Method in javax.persistence.Query boolean isBound (    Parameter  param ) Return a boolean indicating whether a value has been bound to the parameter . Parameters : param - parameter object Return: boolean indicating whether parameter has been bound Since: JPA 2.0

javax.persistence.QueryTimeoutException

. Parameters : query - the query. Since: JPA 2.0 QueryTimeoutException (String message) Constructs a new QueryTimeoutException exception with the specified detail message. Parameters : message ... ) Constructs a new QueryTimeoutException exception with the specified detail message and cause. Parameters

StoredProcedureQuery.registerStoredProcedureParameter(parameterName,type,mode) - JPA Method

;  ParameterMode  mode ) Register a named parameter . Parameters : parameterName - name of the parameter as registered or specified in metadata type - type of the parameter mode - parameter mode Return: the same query instance Since: JPA 2.1

javax.persistence.Tuple

element to which the specified alias has been assigned. Parameters : alias - alias assigned to tuple ... ;type) Get the value of the tuple element to which the specified alias has been assigned. Parameters ...  tupleElement) Get the value of the specified tuple element. Parameters : tupleElement - tuple

javax.persistence.criteria.Path

JPA Interface Path Type Parameters : - the type referenced by the path Super Interfaces: Expression ... to the referenced map-valued attribute. Parameters : map - map-valued attribute Return: expression ... ) Create a path corresponding to the referenced collection-valued attribute. Parameters : collection

javax.persistence.metamodel.EntityType

JPA Interface EntityType Type Parameters : - The represented entity type. Super Interfaces ... that corresponds to the id attribute declared by the entity or mapped superclass. Parameters : type ... attribute declared by the entity or mapped superclass. Parameters : type - the type of the represented

javax.persistence.metamodel.MappedSuperclassType

JPA Interface MappedSuperclassType Type Parameters : - The represented entity type Super Interfaces ... . Parameters : type - the type of the represented declared id attribute Return: declared id attribute ... to the version attribute declared by the entity or mapped superclass. Parameters : type - the type

javax.jdo.FetchPlan

. Parameters : rootClasses - The root classes. Since: JDO 2.0 FetchPlan setDetachmentRoots (Collection roots) Set the roots for DetachAllOnCommit. Parameters : roots - Collection of the detachment ... of everything. Parameters : fetchSize - the fetch size Return: the FetchPlan Since: JDO 2.0 FetchPlan setGroup

javax.jdo.Transaction

-committed repeatable-read snapshot serializable Parameters : level - the transaction isolation level ... is thrown. Parameters : nontransactionalRead - the value of the nontransactionalRead property ... this option, a JDOUnsupportedOptionException is thrown. Parameters : nontransactionalWrite - the value

javax.jdo.identity.ByteIdentity

(Class pcClass, Byte key) Constructor with class and key. Parameters : pcClass ... ) Constructor with class and key. Parameters : pcClass - the target class str - the key Since: JDO 1.0 ByteIdentity (Class pcClass, byte key) Constructor with class and key. Parameters : pcClass

javax.jdo.identity.CharIdentity

CharIdentity (Class pcClass, Character key) Constructor with class and key. Parameters : pcClass ... ;str) Constructor with class and key. The String must have exactly one character. Parameters : pcClass ... ;key) Constructor with class and key. Parameters : pcClass - the target class key - the key Since: JDO 1

javax.jdo.identity.IntIdentity

 pcClass, Integer key) Constructor with class and key. Parameters : pcClass - the class ... with class and key. Parameters : pcClass - the class str - the key Since: JDO 1.0 IntIdentity (Class pcClass, int key) Constructor with class and key. Parameters : pcClass - the class key

javax.jdo.identity.LongIdentity

(Class pcClass, Long key) Constructor with class and key. Parameters : pcClass ... with class and key. Parameters : pcClass - the class str - the key Since: JDO 1.0 LongIdentity (Class pcClass, long key) Constructor with class and key. Parameters : pcClass - the class

javax.jdo.identity.ShortIdentity

ShortIdentity (Class pcClass, Short key) Constructor with class and key. Parameters : pcClass ... ) Constructor with class and key. Parameters : pcClass - the class str - the key Since: JDO 1.0 ShortIdentity (Class pcClass, short key) Constructor with class and key. Parameters : pcClass

javax.jdo.JDODataStoreException

) Constructs a new JDODataStoreException with the specified detail message. Parameters : msg ... ) Constructs a new JDODataStoreException with the specified detail message and failed object. Parameters : msg ... detail message and nested Throwable s. Parameters : msg - the detail message. nested - the nested Throwable

javax.jdo.JDOFatalDataStoreException

detail message. Parameters : msg - the detail message. Since: JDO 1.0 JDOFatalDataStoreException (String  ... detail message and failed object. Parameters : msg - the detail message. failed - the failed object ... JDOFatalDataStoreException with the specified detail message and nested Throwable s. Parameters : msg

javax.jdo.JDOFatalInternalException

. Parameters : msg - the detail message. Since: JDO 1.0 JDOFatalInternalException (String msg,  ... and failed object. Parameters : msg - the detail message. failed - the failed object. Since: JDO 1.0 ... JDOFatalInternalException with the specified detail message and nested Throwable s. Parameters : msg

javax.jdo.JDOFatalUserException

) Constructs a new JDOFatalUserException with the specified detail message. Parameters : msg ... JDOFatalUserException with the specified detail message and failed object. Parameters : msg ... and nested Throwable s. Parameters : msg - the detail message. nested - the nested Throwable

javax.jdo.JDOObjectNotFoundException

 msg) Constructs a new JDOObjectNotFoundException with the specified detail message. Parameters ... and failed object. Parameters : msg - the detail message. failed - the failed object. Since: JDO 1.0 ... JDOObjectNotFoundException with the specified detail message and nested Throwable s. Parameters : msg

javax.jdo.JDOUserCallbackException

) Constructs a new JDOUserCallbackException with the specified detail message. Parameters : msg ... a new JDOUserCallbackException with the specified detail message and failed object. Parameters : msg ... detail message and nested Throwable s. Parameters : msg - the detail message. nested - the nested

javax.jdo.JDOUserException

JDOUserException with the specified detail message. Parameters : msg - the detail message. Since: JDO 1.0 ... with the specified detail message and failed object. Parameters : msg - the detail message. failed ... a new JDOUserException with the specified detail message and nested Throwable s. Parameters : msg

JDOHelper.getObjectIds(pcs) - JDO Static Method

) Get object ids for a collection of instances. For each instance in the parameter , the getObjectId method is called. This method returns one identity instance for each element in the parameter ... of the parameter Collection. Parameters : pcs - the persistence-capable instances Return: the object ids

JDOHelper.getObjectIds(pcs) - JDO Static Method

) Get object ids for an array of instances. For each instance in the parameter , the getObjectId method is called. This method returns one identity instance for each element in the parameter . The order of instances of the returned array exactly matches the order of instances of the parameter array

javax.jdo.JDONullIdentityException

constructor parameter is null. This might occur when creating an object id instance from a transient instance ... . Parameters : msg - the detail message. Since: JDO 2.0 JDONullIdentityException (String msg,  ... and failed object. Parameters : msg - the detail message. failed - the failed object. Since: JDO 2.0

javax.jdo.JDOOptimisticVerificationException

. Parameters : msg - the detail message. Since: JDO 1.0 JDOOptimisticVerificationException (String msg ... detail message and failed object. Parameters : msg - the detail message. failed - the failed object ... detail message, nested Throwable s, and failed object. Parameters : msg - the detail message. nested - the nested

PersistenceManager.makePersistentAll(pcs) - JDO Method

) Make an array of instances persistent. Parameters : pcs - an array of instances Return: the parameter instances for parameters in the transient or persistent state, or the corresponding persistent instance for detached parameter instances, in the same order as in the parameter array See Also: makePersistent (Object pc) Since: JDO 1.0

PersistenceManager.makePersistentAll(pcs) - JDO Method

 pcs ) Make a Collection of instances persistent. Parameters : pcs - a Collection of instances Return: the parameter instance for parameters in the transient or persistent state, or the corresponding persistent instance for detached parameter instances, with an iteration in the same order as in

PersistenceManager.retrieve(pc,useFetchPlan) - JDO Method

must be retrieved. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter . If the useFetchPlan parameter is true, and the fetch ... , and other fields might be fetched lazily by the implementation. If the useFetchPlan parameter

PersistenceManager.retrieveAll(pcs,useFetchPlan) - JDO Method

, and the implementation might retrieve more fields than the current fetch group. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter . If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting

PersistenceManager.retrieveAll(pcs,useFetchPlan) - JDO Method

might retrieve more fields than the current fetch group. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter . If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting

PersistenceManager.retrieveAll(useFetchPlan,pcs) - JDO Method

, and the implementation might retrieve more fields than the current fetch group. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter . If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting

Query.execute(p1,p2,p3) - JDO Method

. Parameters : p1 - the value of the first parameter declared. p2 - the value of the second parameter declared. p3 - the value of the third parameter declared. Return: the filtered Collection . See Also: executeWithArray (Object[] parameters ) Since: JDO 1.0