Internal Website Search
1-27 of 27 resultsQueryTimeoutException.QueryTimeoutException(message,cause,query) - JPA Constructor JPA Constructor in javax.persistence. QueryTimeoutException QueryTimeoutException ( String message, Throwable cause, Query query ) Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query | |
QueryTimeoutException.QueryTimeoutException(query) - JPA Constructor JPA Constructor in javax.persistence. QueryTimeoutException QueryTimeoutException ( Query query ) Constructs a new QueryTimeoutException exception with the specified query. Parameters: query - the query. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(message,cause) - JPA Constructor JPA Constructor in javax.persistence. QueryTimeoutException QueryTimeoutException ( String message, Throwable cause ) Constructs a new QueryTimeoutException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(cause) - JPA Constructor JPA Constructor in javax.persistence. QueryTimeoutException QueryTimeoutException ( Throwable cause ) Constructs a new QueryTimeoutException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException(message) - JPA Constructor JPA Constructor in javax.persistence. QueryTimeoutException QueryTimeoutException ( String message ) Constructs a new QueryTimeoutException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 2.0 | |
QueryTimeoutException.QueryTimeoutException() - JPA Constructor JPA Constructor in javax.persistence. QueryTimeoutException QueryTimeoutException () Constructs a new QueryTimeoutException exception with null as its detail message. Since: JPA 2.0 | |
javax.persistence.QueryTimeoutException JPA Exception QueryTimeoutException java.lang.Object ∟ java.lang.Throwable ∟ java.lang ... ; javax.persistence. QueryTimeoutException Thrown by the persistence provider when a query times ... be marked for rollback. Since: JPA 2.0 Public Constructors QueryTimeoutException () Constructs a new | |
QueryTimeoutException.getQuery() - JPA Method JPA Method in javax.persistence. QueryTimeoutException Query getQuery () Returns the query that caused this exception. Return: the query. Since: JPA 2.0 | |
Setting and Tuning of JPA Queries in milliseconds. A QueryTimeoutException is thrown if timeout is exceeded. "javax | |
JPA Exceptions. QueryTimeoutException javax.persistence.RollbackException javax.persistence | |
javax.persistence.StoredProcedureQuery if first result corresponds to result set Throws: QueryTimeoutException - if the query execution ... been joined to the transaction QueryTimeoutException - if the statement execution exceeds the query timeout ... : a list of the results or null is the next item is not a result set Throws: QueryTimeoutException | |
javax.persistence.Query - if there is no transaction or the persistence context has not been joined to the transaction QueryTimeoutException ... UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds the query timeout ... Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query execution | |
javax.persistence.TypedQuery been joined to the transaction QueryTimeoutException - if the statement execution exceeds the query ... QueryTimeoutException - if the query execution exceeds the query timeout value set and only the statement ... DELETE statement QueryTimeoutException - if the query execution exceeds the query timeout value set | |
Query.executeUpdate() - JPA Method QueryTimeoutException - if the statement execution exceeds the query timeout value set | |
StoredProcedureQuery.hasMoreResults() - JPA Method to result set Throws: QueryTimeoutException - if the query execution exceeds the query timeout value set | |
StoredProcedureQuery.getSingleResult() - JPA Method QueryTimeoutException - if the query execution exceeds the query timeout value set and only the statement | |
StoredProcedureQuery.getResultList() - JPA Method: QueryTimeoutException - if the query execution exceeds the query timeout value set and only the statement | |
Query.getResultStream() - JPA Method for a Java Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query | |
StoredProcedureQuery.getUpdateCount() - JPA Method: QueryTimeoutException - if the query execution exceeds the query timeout value set and only the statement | |
Query.getSingleResult() - JPA Method Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds | |
Query.getResultList() - JPA Method JPA Method in javax.persistence.Query List getResultList () Execute a SELECT query and return the query results as an untyped List. Return: a list of the results Throws: IllegalStateException - if called for a Java Persistence query language UPDATE or DELETE statement QueryTimeoutException | |
TypedQuery.getSingleResult() - JPA Method query language UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds | |
TypedQuery.getResultList() - JPA Method JPA Method in javax.persistence.TypedQuery List getResultList () Execute a SELECT query and return the query results as a typed List. Return: a list of the results Throws: IllegalStateException - if called for a Java Persistence query language UPDATE or DELETE statement QueryTimeoutException | |
TypedQuery.getResultStream() - JPA Method for a Java Persistence query language UPDATE or DELETE statement QueryTimeoutException - if the query | |
javax.persistence.PersistenceException , and QueryTimeoutException will cause the current transaction, if one is active and the persistence context | |
StoredProcedureQuery.executeUpdate() - JPA Method - if there is no transaction or the persistence context has not been joined to the transaction QueryTimeoutException | |
StoredProcedureQuery.execute() - JPA Method set Throws: QueryTimeoutException - if the query execution exceeds the query timeout value set |