ObjectDB Database Search

1-13 of 13 results

ObjectDB Object Database Features

: java.lang.BigInteger and java.lang. BigDecimal . Collection types : Collection, List, Set,  ... .lang. BigDecimal . Auto Value Generation Modes (for primary Key fields) Database IDs - automatic

JPA Persistable Types

, java.math. BigDecimal . java.lang.String . java.util.Date , java.util.Calendar , java.sql.Date , java

Index Definition

.BigInteger , java.math. BigDecimal . java.lang.String. java.util.Date , java.sql.Date , java.sql.Time

Numbers in JPQL and Criteria Queries

, double , BigInteger , BigDecimal ) are supported. Unary Operators Creation of the unary minus

Database Schema Evolution

, float , double , Byte , Short , Character , Integer , Long , Float , Double , BigInteger , BigDecimal

Comparison in JPQL and Criteria API

, Short , Character , Integer , Long , Float , Double ),  BigInteger and BigDecimal can be compared

JPA Primary Key

, Short , Character , Integer , Long , Float , Double. java.math.BigInteger , java.math. BigDecimal . java

Problem of query With an aggregate function

listSommeLong = new ArrayList (); for ( BigDecimal [] bigDecimals : listRes) { for (int i = 0; i

AnnotationRef jakarta.persistence.Basic

type, or wrapper of a primitive type, String, java.math.BigInteger or java.math. BigDecimal , java

AnnotationRef jakarta.persistence.Id

.util.Date ; java.sql.Date ; java.math. BigDecimal ; java.math.BigInteger . The mapped column

Query in JPA2 with LEFT JOIN on INNER JOIN

); CriteriaQuery profileCriteriaQuery = cb.createQuery( BigDecimal .class); CriteriaQuery

Wrong type on SUM function

is about SUM on cc.totalCC.importe, a BigDecimal field. It works fine on all groups giving to me the correct sum BigDecimal value, except in one group that have only one object with a BigDecimal value that has no decimals, for this group it returns a Long type value instead a BigDecimal one. Of course I

ObjectDB 2.6.0

on BigDecimal field ( issue #1556 ). Fixed a client activation issue when accessing JPA Metamodel before