ObjectDB Database Search

1-24 of 24 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

Database Schema Evolution

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

Index Definition

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

JPA Primary Key

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

JPA Persistable Types

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

Numbers in JPQL and Criteria Queries

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

Comparison in JPQL and Criteria API

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

[ODB1] Chapter 7 - JDOQL Queries

, Double ), as well as BigInteger and BigDecimal can participate in comparisons as if they were primitive ... , Long, Float, Double, and also BigInteger and BigDecimal ). The concatenation operator ... , Date , BigInteger and BigDecimal . Multiple order expressions can also be specified: Query query = pm

Problem of query With an aggregate function

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

javax.persistence.AttributeOverride

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

javax.persistence.Basic

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

javax.persistence.Column

_COST", updatable=false, precision=12, scale=2) public BigDecimal getCost() { return cost

javax.persistence.Id

.sql.Date ; java.math. BigDecimal ; java.math.BigInteger . The mapped column for the primary key

javax.persistence.criteria.CriteriaBuilder

expression object. Parameters: number - numeric expression Return: Expression< BigDecimal >

CriteriaBuilder.toBigDecimal(number) - JPA Method

JPA Method in javax.persistence.criteria.CriteriaBuilder Expression toBigDecimal (    Expression  number ) Typecast. Returns same expression object. Parameters: number - numeric expression Return: Expression< BigDecimal > Since: JPA 2.0

Query in JPA2 with LEFT JOIN on INNER JOIN

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

[ODB1] Chapter 3 - Persistent Classes

. BigDecimal Any array of persistent type, including multi dimensional arrays Some of the persistent

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

javax.jdo.Query

except Boolean ; BigDecimal ; BigInteger ; String ; and Date . Parameters: ordering - the ordering ... , Double, String, or Object[]; or one of the java.math classes BigInteger or BigDecimal ; or the java

javax.jdo.FetchGroup

, including String, Locale, Currency, BigDecimal , and BigInteger; as well as Date and its jdbc subtypes

javax.jdo.FetchGroup.BASIC

JDO Static Field in javax.jdo.FetchGroup BASIC For use with addCategory and removeCategory calls. This category includes members of all primitive and immutable object class types as defined in section 6.4 of the specification, including String, Locale, Currency, BigDecimal , and BigInteger; as

Query.setOrdering(ordering) - JDO Method

types except Boolean ; BigDecimal ; BigInteger ; String ; and Date . Parameters: ordering - the ordering specification. Since: JDO 1.0

Query.setResultClass(cls) - JDO Method

BigDecimal ; or the java.util class Date; or one of the java.sql classes Date, Time, or Timestamp; or