ObjectDB Database Search

1-32 of 32 results

jakarta.persistence.QueryTimeoutException

Jakarta Persistence (JPA) Class jakarta.persistence. QueryTimeoutException java.lang.Object ∟ java ... .PersistenceException ∟ jakarta.persistence. QueryTimeoutException Implemented Interfaces: Serializable Thrown by ... .0 Public Constructors QueryTimeoutException () Constructs a new QueryTimeoutException exception

jakarta.persistence.QueryTimeoutException.QueryTimeoutException()

Jakarta Persistence (JPA) Constructor in jakarta.persistence. QueryTimeoutException QueryTimeoutException () Constructs a new QueryTimeoutException exception with null as its detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.QueryTimeoutException.QueryTimeoutException(String)

Jakarta Persistence (JPA) Constructor in jakarta.persistence. QueryTimeoutException QueryTimeoutException (    String message ) Constructs a new QueryTimeoutException exception with the specified detail message. Parameters: message - the detail message. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.QueryTimeoutException.QueryTimeoutException(String,Throwable)

Jakarta Persistence (JPA) Constructor in jakarta.persistence. QueryTimeoutException QueryTimeoutException (    String message ,    Throwable cause ) Constructs a new QueryTimeoutException exception with the specified detail message and cause. Parameters: cause - the cause

jakarta.persistence.QueryTimeoutException.QueryTimeoutException(Throwable)

Jakarta Persistence (JPA) Constructor in jakarta.persistence. QueryTimeoutException QueryTimeoutException (    Throwable cause ) Constructs a new QueryTimeoutException exception with the specified cause. Parameters: cause - the cause. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.QueryTimeoutException.QueryTimeoutException(Query)

Jakarta Persistence (JPA) Constructor in jakarta.persistence. QueryTimeoutException QueryTimeoutException (    Query query ) Constructs a new QueryTimeoutException exception with the specified query. Parameters: query - the query. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.QueryTimeoutException.QueryTimeoutException(String,Throwable,Query)

Jakarta Persistence (JPA) Constructor in jakarta.persistence. QueryTimeoutException QueryTimeoutException (    String message ,    Throwable cause ,    Query query ) Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query

jakarta.persistence.QueryTimeoutException.this

No JavaDoc Info for jakarta.persistence. QueryTimeoutException /this

jakarta.persistence.QueryTimeoutException.query

Jakarta Persistence (JPA) Field in jakarta.persistence. QueryTimeoutException query Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.QueryTimeoutException.getQuery()

Jakarta Persistence (JPA) Method in jakarta.persistence. QueryTimeoutException Query getQuery() Returns the query that caused this exception. Returns: the query.. Since: Jakarta Persistence (JPA) 1.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

jakarta.persistence.StoredProcedureQuery

and the transaction is rolled back. QueryTimeoutException - if the query execution exceeds the query ... or the persistence context has not been joined to the transaction. QueryTimeoutException ... set and the transaction is rolled back. QueryTimeoutException - if the query execution exceeds

jakarta.persistence.TypedQuery

the persistence context has not been joined to the transaction. QueryTimeoutException - if the statement ... . QueryTimeoutException - if the query execution exceeds the query timeout value set and only the statement ... to the transaction. QueryTimeoutException - if the query execution exceeds the query timeout value

jakarta.persistence.Query

- if there is no transaction or the persistence context has not been joined to the transaction. QueryTimeoutException ... context has not been joined to the transaction. QueryTimeoutException - if the query execution exceeds ... been joined to the transaction. QueryTimeoutException - if the query execution exceeds the query timeout

jakarta.persistence.PersistenceException

, NonUniqueResultException , LockTimeoutException , and QueryTimeoutException , cause the current transaction

jakarta.persistence.TypedQuery.getResultStream()

to the transaction. QueryTimeoutException - if the query execution exceeds the query timeout value set

jakarta.persistence.TypedQuery.getSingleResult()

back. NonUniqueResultException - if more than one result. QueryTimeoutException - if the query execution exceeds the query

jakarta.persistence.TypedQuery.getSingleResultOrNull()

and only the statement is rolled back. NonUniqueResultException - if more than one result. QueryTimeoutException

jakarta.persistence.TypedQuery.getResultList()

been joined to the transaction. QueryTimeoutException - if the query execution exceeds the query

jakarta.persistence.StoredProcedureQuery.execute()

the query timeout value set and the transaction is rolled back. QueryTimeoutException - if the query

jakarta.persistence.StoredProcedureQuery.hasMoreResults()

the query timeout value set and the transaction is rolled back. QueryTimeoutException - if the query

jakarta.persistence.StoredProcedureQuery.getUpdateCount()

and the transaction is rolled back. QueryTimeoutException - if the query execution exceeds the query

jakarta.persistence.StoredProcedureQuery.executeUpdate()

to the transaction. QueryTimeoutException - if the statement execution exceeds the query timeout

jakarta.persistence.StoredProcedureQuery.getResultList()

and the transaction is rolled back. QueryTimeoutException - if the query execution exceeds the query timeout

jakarta.persistence.StoredProcedureQuery.getSingleResult()

and the transaction is rolled back. QueryTimeoutException - if the query execution exceeds the query

jakarta.persistence.StoredProcedureQuery.getSingleResultOrNull()

and the transaction is rolled back. QueryTimeoutException - if the query execution exceeds the query timeout

jakarta.persistence.Query.getSingleResultOrNull()

is rolled back. NonUniqueResultException - if more than one result. QueryTimeoutException - if the query

jakarta.persistence.Query.executeUpdate()

context has not been joined to the transaction. QueryTimeoutException - if the statement execution

jakarta.persistence.Query.getResultList()

to the transaction. QueryTimeoutException - if the query execution exceeds the query timeout value set

jakarta.persistence.Query.getResultStream()

. QueryTimeoutException - if the query execution exceeds the query timeout value set and only the statement

jakarta.persistence.Query.getSingleResult()

- if more than one result. QueryTimeoutException - if the query execution exceeds the query timeout