About array

manual

SELECT clause (JPQL / Criteria API)

Explains how to use the SELECT clause and projections in a JPA/JPQL query.... length of each result Object[] element is 2. The first array cell contains the country name ( c.name ) and the second array cell contains the capital city name ( c.capital.name ). The ...

 
api-jpa

array(selections)

Create an array-valued selection item.(Method of javax.persistence.criteria.CriteriaBuilder)

 
forum_thread

Bug: ClassCastException by retrieval

Hi, when a generic array put into ObjectDB, its type changed to Object[]! codes: ... Hi, when a generic array put into ObjectDB, its type changed to Object[]! codes: ... It seems as a problem with persistent array fields that are defined using generics. Generics in definition of ...

 
api-jdo

javax.jdo.PersistenceManager

PersistenceManager is the primary interface for JDO-aware application components.(Interface of JDO)

 
api-jdo

javax.jdo.JDOOptimisticVerificationException

This class represents optimistic verification failures.(Exception of JDO)

 
api-jdo

javax.jdo.JDOException

This is the root of all JDO Exceptions.(Exception of JDO)

 
api-jdo

javax.jdo.JDOFatalDataStoreException

This class represents data store exceptions that cannot be retried.(Exception of JDO)

 
api-jdo

javax.jdo.JDODataStoreException

This class represents data store exceptions that can be retried.(Exception of JDO)

 
api-jdo

javax.jdo.JDOFatalUserException

This class represents user errors that cannot be retried.(Exception of JDO)

 
api-jdo

javax.jdo.JDOCanRetryException

This is the base class for exceptions that can be retried.(Exception of JDO)