ObjectDB Database Search

1-12 of 12 results

Comparison in JPQL and Criteria API

, Short , Character , Integer , Long , Float , Double ),  BigInteger and BigDecimal can be compared ... , a double value can be compared to a BigInteger instance but not to a String instance. [NOT] BETWEEN

ObjectDB Object Database Features

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

JPA Persistable Types

.lang: Boolean , Byte , Short , Character , Integer , Long , Float and Double . java.math. BigInteger

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

JPA Primary Key

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

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

[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961)

. BigInteger ; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.logging.Level ... ( BigInteger .ONE, BigInteger .TEN, tp); } catch (Exception ex) { Logger.getLogger(ReproduceTest.class ... getEntityManager() { return emf.createEntityManager(); } public void performTest( BigInteger x, BigInteger y

ObjectDB can't be activated

;        String s2 = String.format("%x", new BigInteger (1 ... .UnsupportedEncodingException; import java.math. BigInteger ; import java.net.NetworkInterface; import java.net ... ;       String s2 = String.format("%x", new BigInteger (1

JPA Composite Key make Object Db throws "Unexpected exception (Error 990)"

on the VUT class on the call "e" method. A look at the bytecode show : L219 to 221 : checkcast BigInteger I don't know why this cast is made ... i haven't any BigInteger in my app. Well, debugging