ObjectDB Database Search
1-15 of 15 resultsObjectDB 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 | |
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 |