About BigInteger
JPA Persistable Types
Explains how JPA manages types, including entity classes, embeddable classes, primitive types, wrappers, string, date, enum, collections and maps.... , Float and Double . java.math.BigInteger , java.math.BigDecimal . java.lang.String . ...
Database Schema Evolution
Explains how ObjectDB handles automatically schema changes.... , Integer , Long , Float , Double , BigInteger , BigDecimal and enum values that are stored as numeric ordinal ...
[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961)
I was experiencing an exception so I did a test to reproduce it. here it is. ... ; import java. math . BigInteger ; import java. util . Calendar ; import java. ... try { test. performTest ( BigInteger. ONE , BigInteger. TEN , tp ) ; } ...
javax.persistence.criteria.CriteriaBuilder
Used to construct criteria queries, compound selections, expressions, predicates, orderings.(Interface of JPA)
Comparison in JPQL and Criteria API
Explains how comparison operators can be used in JPQL queries, including in comparing null values.... , Integer , Long , Float , Double ), BigInteger and BigDecimal can be compared by using any comparison ... for example, a double value can be compared to a BigInteger instance but not to a String instance. [NOT] ...
[ODB1] Chapter 7 - JDOQL Queries
Explains how to use JDOQL, the Java/JDO Query Language.... Integer , Long , Float , Double ), as well as BigInteger and BigDecimal can participate in comparisons as if they were ... Character, Short, Integer, Long, Float, Double, and also BigInteger and BigDecimal). The concatenation operator ' + ' can only be ...
setResultClass(cls)
Specify the type of object in which to return each element of the result of invoking execute or one of its siblings.(Method of javax.jdo.Query)
setOrdering(ordering)
Set the ordering specification for the result Collection.(Method of javax.jdo.Query)