ObjectDB Database Search

1-15 of 15 results

ObjectDB Object Database Features

.BigInteger and java.lang. BigDecimal . Collection types : Collection, List, Set, ArrayList, Vector ... .Date, java.sql.Time and java.sql.Timestamp. Math: java.lang.BigInteger and java.lang. BigDecimal

JPA Persistable Types

, Integer , Long , Float and Double . java.math.BigInteger , java.math. BigDecimal . java.lang.String . java

Index Definition

, Integer , Long , Float , Double java.math.BigInteger , java.math. BigDecimal java.lang.String java

Numbers in JPQL and Criteria Queries

byte , short , int , long , float , double , BigInteger , and BigDecimal . Unary Operators Creating

Database Schema Evolution

, Long , Float , Double , BigInteger , BigDecimal , and enum values that are stored as numeric ordinal

Comparison in JPQL and Criteria API

, Float , Double ), BigInteger , and BigDecimal . String values: Any comparison operator can be used

JPA Primary Key

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

jakarta.persistence.Id

primitive wrapper type; String ; UUID ; Date ; Date ; BigDecimal ; BigInteger . The mapped column

jakarta.persistence.AttributeOverride

parcelNumber; Integer size; BigDecimal tax; } See Also: Embedded Embeddable MappedSuperclass

jakarta.persistence.Basic

, BigInteger or BigDecimal , LocalDate , LocalTime , LocalDateTime , OffsetTime , OffsetDateTime , Instant

jakarta.persistence.Column

= false, precision = 12, scale = 2) public BigDecimal getCost() { return cost; } Portable

Problem of query With an aggregate function

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

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