ObjectDB ObjectDB

Internal Website Search

1-10 of 19 resultsRefresh
124

QueryTimeoutException()

Constructor javax.persistence.QueryTimeoutException QueryTimeoutException() Constructs a new QueryTimeoutException exception with null as its detail message. Since: JPA 2.0
124

QueryTimeoutException(message, cause)

Constructor 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
124

QueryTimeoutException(message)

Constructor 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
124

QueryTimeoutException(query)

Constructor javax.persistence.QueryTimeoutException QueryTimeoutException( Query query ) Constructs a new QueryTimeoutException exception with the specified query. Parameters: query - the query. Since: JPA 2.0
124

QueryTimeoutException(cause)

Constructor javax.persistence.QueryTimeoutException QueryTimeoutException( Throwable cause ) Constructs a new QueryTimeoutException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0
124

QueryTimeoutException(message, cause, query)

Constructor javax.persistence.QueryTimeoutException QueryTimeoutException( String message, Throwable cause, Query query ) Constructs a new QueryTimeoutException exception with the specified detail message, cause, and query. Parameters: message - the detail message. cause - the cause. query - the query. Since: JPA 2.0
113

javax.persistence.QueryTimeoutException

javax.persistence Exception QueryTimeoutException java.lang.Object java.lang.Throwable ... .PersistenceException javax.persistence.QueryTimeoutException Implemented Interfaces ... .0 QueryTimeoutException() Constructs a new QueryTimeoutException exception with null as
86

getQuery()

Method javax.persistence.QueryTimeoutException Query getQuery() Returns the query that caused this exception. Returns: the query. Since: JPA 2.0
25

Setting and Tuning of JPA Queries

query execution time in milliseconds. A QueryTimeoutException is thrown if timeout is exceeded
25

JPA Exceptions

.persistence.QueryTimeoutException javax.persistence.RollbackException

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support