ObjectDB Database Search
51-100 of 200 resultsInterfaceRef jakarta.persistence.criteria.CriteriaQuery JPA Interface CriteriaQuery Type Parameters : - the type of the defined result Super Interfaces ... AbstractQuery method. Parameters : distinct - boolean value specifying whether duplicate results ... , forming a cartesian product with any existing roots. Parameters : entityClass - the entity class | |
InterfaceRef jakarta.persistence.EntityManagerFactory . If an entity graph with the given name already exists, it is replaced. Parameters : graphName - name ... parameter binding) in effect when the named query is added is retained as part of the named query ... , result set mapping information, and information about stored procedure parameters . When the query | |
ClassRef jakarta.persistence.PersistenceConfiguration configuration does not typically hold enough information for successful invocation of () . Parameters : name ... the JNDI name of a JTA javax.sql.DataSource . Parameters : dataSourceJndiName - the JNDI name of a JTA ... ) to the configuration. Parameters : managedClass - the managed class Return: this configuration | |
InterfaceRef jakarta.persistence.criteria.Expression JPA Interface Expression Type Parameters : - the type of the expression Super Interfaces: Selection ... . Parameters : type - intended type of the expression Return: new expression of the given type ... . Parameters : type - a basic type Return: a scalar expression of the given basic type Since: JPA 3.2 | |
AnnotationRef jakarta.persistence.NamedStoredProcedureQuery and names a stored procedure, its parameters , and its result type. The NamedStoredProcedureQuery ... is the name of the stored procedure in the database. The parameters of the stored procedure are specified by the parameters element. Parameters must be specified in the order in which they occur in | |
InterfaceRef jakarta.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 | |
InterfaceRef jakarta.persistence.PersistenceUnitUtil side effect. Parameters : entity - entity instance Return: an entity class belonging to the persistence unit ... until after the database insert has occurred. Returns null if the entity does not yet have an id. Parameters ... has occurred. Returns null if the entity does not yet have an id. Parameters : entity - entity | |
Query.getParameterValue(param) - JPA Method JPA Method in jakarta.persistence.Query T getParameterValue ( Parameter param ) Return the input value bound to the parameter . (Note that OUT parameters are unbound.) Parameters : param - parameter object Return: parameter value Throws: IllegalArgumentException - if the parameter | |
StoredProcedureQuery.getOutputParameterValue(parameterName) - JPA Method OUT parameter . For portability, all results corresponding to result sets and update counts must be retrieved before the values of output parameters . Parameters : parameterName - name of the parameter as registered or specified in metadata Return: the result that is passed back through the parameter | |
AnnotationRef jakarta.persistence.StoredProcedureParameter JPA Annotation StoredProcedureParameter Implemented Interfaces: Annotation Declares a parameter of a named stored procedure query. All parameters of a named stored procedure query must be declared ... ParameterMode mode default ParameterMode.IN Specifies whether the parameter is an IN, INOUT, OUT, or REF | |
Query.getParameter(name) - JPA Method JPA Method in jakarta.persistence.Query Parameter getParameter ( String name ) Get the parameter object corresponding to the declared parameter of the given name. This method is not required to be supported for native queries. Parameters : name - parameter name Return: parameter | |
Query.getParameter(name,type) - JPA Method JPA Method in jakarta.persistence.Query Parameter getParameter ( String name, Class type ) Get the parameter object corresponding to the declared parameter ... only. Parameters : name - parameter name type - type Return: parameter object Throws: IllegalArgumentException | |
Query.getParameterValue(name) - JPA Method ) Return the input value bound to the named parameter . (Note that OUT parameters are unbound.) Parameters : name - parameter name Return: parameter value Throws: IllegalStateException - if the parameter has not been bound IllegalArgumentException - if the parameter of the specified name does not exist Since: JPA 2.0 | |
Query.setParameter(param,value,temporalType) - JPA Method JPA Method in jakarta.persistence.Query Query setParameter ( Parameter param ... an instance of java.util.Date to a Parameter object. Parameters : param - parameter object value - parameter ... - if the parameter does not correspond to a parameter of the query Since: JPA 2.0 | |
Query.setParameter(param,value,temporalType) - JPA Method JPA Method in jakarta.persistence.Query Query setParameter ( Parameter param ... an instance of java.util.Calendar to a Parameter object. Parameters : param - parameter object value - parameter value temporalType - temporal type Return: the same query instance Throws | |
Query.setParameter(param,value) - JPA Method JPA Method in jakarta.persistence.Query Query setParameter ( 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 | |
TypedQuery.setParameter(param,value,temporalType) - JPA Method JPA Method in jakarta.persistence.TypedQuery TypedQuery setParameter ( Parameter ... ) Bind an instance of java.util.Date to a Parameter object. Parameters : param - parameter object value - parameter value temporalType - temporal type Return: the same query instance Throws | |
TypedQuery.setParameter(param,value,temporalType) - JPA Method JPA Method in jakarta.persistence.TypedQuery TypedQuery setParameter ( Parameter ... ) 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 instance Throws | |
TypedQuery.setParameter(param,value) - JPA Method JPA Method in jakarta.persistence.TypedQuery TypedQuery setParameter ( Parameter param, T value ) Bind the value of a Parameter object. Parameters : param - parameter object value - parameter value Return: the same query instance Throws | |
StoredProcedureQuery.getOutputParameterValue(position) - JPA Method OUT parameter . For portability, all results corresponding to result sets and update counts must be retrieved before the values of output parameters . Parameters : position - parameter position Return: the result that is passed back through the parameter Throws: IllegalArgumentException - if the position does | |
InterfaceRef jakarta.persistence.criteria.FetchParent JPA Interface FetchParent Type Parameters : - the source type - the target type Represents ... attribute using an inner join. Parameters : attribute - target of the join Return: the resulting join ... a fetch join to the specified collection-valued attribute using the given join type. Parameters : attribute | |
InterfaceRef jakarta.persistence.criteria.Fetch JPA Interface Fetch Type Parameters : - the source type of the fetch - the target type of the fetch ... collection-valued attribute using an inner join. Parameters : attribute - target of the join Return ... using the given join type. Parameters : attribute - target of the join jt - join type Return | |
StoredProcedureQuery.setParameter(param,value,temporalType) - JPA Method; Parameter param, Date value, TemporalType temporalType ) Bind an instance of java.util.Date to a Parameter object. Parameters : param - parameter object value - parameter value temporalType - temporal type Return: the same query instance | |
StoredProcedureQuery.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 | |
InterfaceRef jakarta.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 | |
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 | |
Query.getParameter(position,type) - JPA Method JPA Method in jakarta.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 jakarta.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 | |
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 bound IllegalArgumentException - if the parameter with the specified position does not exist Since: JPA 2.0 | |
Query.setParameter(name,value,temporalType) - JPA Method an instance 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;name, 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 | |
EnumRef jakarta.persistence.ParameterMode.ParameterMode Specifies the mode of a parameter of a stored procedure query. See Also: StoredProcedureQuery StoredProcedureParameter Since: JPA 2.1 Enum Constants IN Stored procedure input parameter Since: JPA 2.1 INOUT Stored procedure input/output parameter Since: JPA 2.1 OUT Stored procedure output | |
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 | |
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 | |
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 | |
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 | |
InterfaceRef jakarta.persistence.metamodel.MappedSuperclassType JPA Interface MappedSuperclassType Type Parameters : - The represented mapped superclass type Super ... superclass. Parameters : type - the type of the represented declared id attribute Return: declared id ... to the version attribute declared by the entity or mapped superclass. Parameters : type - the type | |
ClassRef jakarta.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 | |
ClassRef jakarta.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. Since: JPA ... PessimisticLockException exception with the specified detail message and cause. Parameters : message | |
Query.isBound(param) - JPA Method JPA Method in jakarta.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 | |
ClassRef jakarta.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 | |
InterfaceRef jakarta.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 | |
InterfaceRef jakarta.persistence.criteria.CommonAbstractCriteria of the update or delete. Since: JPA 2.1 Public Methods Set getParameters () Return the parameters of the query. Returns empty set if there are no parameters . Modifications to the set do not affect the query. Return: the query parameters Since: JPA 2.1 Predicate getRestriction () Return the predicate | |
ClassRef jakarta.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 ... . Parameters : message - the detail message. cause - the cause. Since: JPA 2.0 QueryTimeoutException (String |