ObjectDB Database Search

1-50 of 139 results

SELECT clause (JPQL / Criteria API)

classes and result constructor expressions. Result Classes ( Constructor Expressions) JPA supports ... must have a compatible constructor that matches the SELECT result expressions, as follows: package example ... class with a compatible constructor can be used as a result class. It could be a JPA managed class (e

JPA Persistable Types

no-arg constructor . cannot be final and cannot have final methods or final instance variables. ObjectDB ... . In most cases ObjectDB can overcome a missing no-arg constructor . Aside from these constraints ... . It can contain constructors , methods, fields and nested types with any access modifiers (public, protected

Persistence.Persistence() - JPA Constructor

JPA Constructor in jakarta.persistence.Persistence Persistence () Default constructor . Since: JPA 1.0

PessimisticLockException.PessimisticLockException(entity) - JPA Constructor

JPA Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException (   Object entity ) Constructs a new PessimisticLockException exception with the specified entity. Parameters: entity - the entity. Since: JPA 2.0

LockTimeoutException.LockTimeoutException() - JPA Constructor

JPA Constructor in jakarta.persistence.LockTimeoutException LockTimeoutException () Constructs a new LockTimeoutException exception with null as its detail message. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(cause) - JPA Constructor

JPA Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException (   Throwable cause ) Constructs a new PessimisticLockException exception with the specified cause. Parameters: cause - the cause. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(message) - JPA Constructor

JPA Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException (   String message ) Constructs a new PessimisticLockException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 2.0

PessimisticLockException.PessimisticLockException(message,cause) - JPA Constructor

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

TransactionRequiredException.TransactionRequiredException(cause) - JPA Constructor

JPA Constructor in jakarta.persistence.TransactionRequiredException TransactionRequiredException (   Exception cause ) Constructs a new TransactionRequiredException exception with null as its detail message. Since: JPA 1.0

LockTimeoutException.LockTimeoutException(message,cause,entity) - JPA Constructor

JPA Constructor in jakarta.persistence.LockTimeoutException LockTimeoutException (   String message,    Throwable cause,    Object entity ) Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity

LockTimeoutException.LockTimeoutException(entity) - JPA Constructor

JPA Constructor in jakarta.persistence.LockTimeoutException LockTimeoutException (   Object entity ) Constructs a new LockTimeoutException exception with the specified object. Parameters: entity - the entity. Since: JPA 2.0

TransactionRequiredException.TransactionRequiredException(message,cause) - JPA Constructor

JPA Constructor in jakarta.persistence.TransactionRequiredException TransactionRequiredException (   String message,    Exception cause ) Constructs a new TransactionRequiredException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0

PessimisticLockException.PessimisticLockException() - JPA Constructor

JPA Constructor in jakarta.persistence.PessimisticLockException PessimisticLockException () Constructs a new PessimisticLockException exception with null as its detail message. Since: JPA 2.0

EntityNotFoundException.EntityNotFoundException(message) - JPA Constructor

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

EntityNotFoundException.EntityNotFoundException() - JPA Constructor

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

PersistenceException.PersistenceException(cause) - JPA Constructor

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

SchemaValidationException.SchemaValidationException(message,failures) - JPA Constructor

JPA Constructor in jakarta.persistence.SchemaValidationException SchemaValidationException (   String message,    Exception... failures ) Constructs a new instance with a message and, optionally, an array of exceptions, each representing a problem detected

OptimisticLockException.OptimisticLockException(cause) - JPA Constructor

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

OptimisticLockException.OptimisticLockException(message) - JPA Constructor

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

OptimisticLockException.OptimisticLockException(message,cause) - JPA Constructor

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

OptimisticLockException.OptimisticLockException() - JPA Constructor

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

OptimisticLockException.OptimisticLockException(message,cause,entity) - JPA Constructor

JPA Constructor in jakarta.persistence.OptimisticLockException OptimisticLockException (   String message,    Throwable cause,    Object entity ) Constructs a new OptimisticLockException exception with the specified detail message, cause

OptimisticLockException.OptimisticLockException(entity) - JPA Constructor

JPA Constructor in jakarta.persistence.OptimisticLockException OptimisticLockException (   Object entity ) Constructs a new OptimisticLockException exception with the specified entity. Parameters: entity - the entity. Since: JPA 1.0

NonUniqueResultException.NonUniqueResultException(message) - JPA Constructor

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

NonUniqueResultException.NonUniqueResultException() - JPA Constructor

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

NoResultException.NoResultException(message) - JPA Constructor

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

NoResultException.NoResultException() - JPA Constructor

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

EntityNotFoundException.EntityNotFoundException(message,cause) - JPA Constructor

JPA Constructor in jakarta.persistence.EntityNotFoundException EntityNotFoundException (   String message,    Exception cause ) Constructs a new EntityNotFoundException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 1.0

PersistenceException.PersistenceException(message,cause) - JPA Constructor

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

PersistenceException.PersistenceException(message) - JPA Constructor

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

PersistenceException.PersistenceException() - JPA Constructor

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

RollbackException.RollbackException() - JPA Constructor

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

EntityNotFoundException.EntityNotFoundException(cause) - JPA Constructor

JPA Constructor in jakarta.persistence.EntityNotFoundException EntityNotFoundException (   Exception cause ) Constructs a new EntityNotFoundException exception with null as its detail message. Since: JPA 1.0

QueryTimeoutException.QueryTimeoutException(message,cause,query) - JPA Constructor

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

TransactionRequiredException.TransactionRequiredException(message) - JPA Constructor

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

QueryTimeoutException.QueryTimeoutException(query) - JPA Constructor

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

TransactionRequiredException.TransactionRequiredException() - JPA Constructor

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

RollbackException.RollbackException(message,cause) - JPA Constructor

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

RollbackException.RollbackException(cause) - JPA Constructor

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

PersistenceConfiguration.PersistenceConfiguration(name) - JPA Constructor

JPA Constructor in jakarta.persistence.PersistenceConfiguration PersistenceConfiguration (   String name ) Create a new empty configuration. An empty configuration does not typically hold enough information for successful invocation of () . Parameters: name - the name

RollbackException.RollbackException(message) - JPA Constructor

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

QueryTimeoutException.QueryTimeoutException(message,cause) - JPA Constructor

JPA Constructor in jakarta.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 jakarta.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 jakarta.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 jakarta.persistence.QueryTimeoutException QueryTimeoutException () Constructs a new QueryTimeoutException exception with null as its detail message. Since: JPA 2.0

TransformerException.TransformerException(message) - JPA Constructor

JPA Constructor in jakarta.persistence.spi.TransformerException TransformerException (   String message ) Constructs a new TransformerException exception with the specified detail message. Parameters: message - the detail message. Since: JPA 3.1

TransformerException.TransformerException() - JPA Constructor

JPA Constructor in jakarta.persistence.spi.TransformerException TransformerException () Constructs a new TransformerException exception with null as its detail message. Since: JPA 3.1

TransformerException.TransformerException(cause) - JPA Constructor

JPA Constructor in jakarta.persistence.spi.TransformerException TransformerException (   Throwable cause ) Constructs a new TransformerException exception with the specified cause. Parameters: cause - the cause. Since: JPA 3.1

TransformerException.TransformerException(message,cause) - JPA Constructor

JPA Constructor in jakarta.persistence.spi.TransformerException TransformerException (   String message,    Throwable cause ) Constructs a new TransformerException exception with the specified detail message and cause. Parameters: message - the detail message. cause - the cause. Since: JPA 3.1

EntityExistsException.EntityExistsException(message,cause) - JPA Constructor

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