Internal Website Search
101-150 of 200 resultsStoredProcedureQuery.setParameter(param,value,temporalType) - JPA Method; Parameter param, Calendar value, TemporalType temporalType ) Bind an instance of java.util.Calendar to a Parameter object. Parameters : param - parameter object value - parameter value temporalType - temporal type Return: the same query | |
StoredProcedureQuery.setParameter(param,value) - JPA Method; Parameter param, T value ) Bind the value of a Parameter object. Parameters : param - parameter object value - parameter value Return: the same query instance Throws: IllegalArgumentException - if the parameter does not correspond to a parameter of the query Since: JPA 2.1 | |
javax.persistence.StoredProcedureParameter JPA Annotation StoredProcedureParameter Implemented Interfaces: Annotation Specifies a parameter of a named stored procedure query. All parameters of a named stored procedure query must be specified ... ParameterMode mode default ParameterMode.IN Specifies whether the parameter is an IN, INOUT, OUT, or REF | |
javax.persistence.criteria.CriteriaBuilder$Coalesce is not changed. Warning: may result in a runtime failure. Parameters : type - intended type ... of the collection. Parameters : values - collection of values to be tested against Return: predicate testing ... ) Create a predicate to test whether the expression is a member of the argument list. Parameters : values | |
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 | |
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.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.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 | |
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) - 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.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 | |
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 | |
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 | |
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.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) - 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 | |
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 | |
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 | |
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 | |
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.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.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.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.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.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.criteria.Path JPA Interface Path Type Parameters : - the type referenced by the path Represents a simple or ... attribute. Parameters : map - map-valued attribute Return: expression corresponding to the referenced ... to the referenced collection-valued attribute. Parameters : collection - collection-valued attribute | |
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.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.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.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.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.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.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 | |
javax.jdo.Transaction to high are: read-uncommitted read-committed repeatable-read snapshot serializable Parameters : level ... this option, a JDOUnsupportedOptionException is thrown. Parameters : nontransactionalRead - the value ... . If an implementation does not support this option, a JDOUnsupportedOptionException is thrown. Parameters | |
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.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 | |
JDOImplHelper.newObjectIdInstance(pcClass,obj) - JDO Method;pcClass, Object obj ) Create a new instance of the class used by the parameter ... , if the parameter is of one of the following types, the behavior must be as specified: Number or Character : the parameter must be the single field type or the wrapper class of the primitive field type | |
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 | |
javax.jdo.identity.ObjectIdentity ObjectIdentity (Class pcClass, Object param) Constructor with class and key. Parameters ... ) Determine the ordering of identity objects. Parameters : o - Other identity Return: The relative ... represents the same object id. Parameters : obj - the other object Return: true if both objects | |
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 | |
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 | |
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 | |
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 | |
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 | |
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.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 |