ObjectDB Database Search

1-12 of 12 results

Comparison in JPQL and Criteria API

, Float , Double ), BigInteger , and BigDecimal . String values: Any comparison operator can be used ... can be compared to a BigInteger instance, but not to a String instance. [NOT] BETWEEN The BETWEEN operator

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

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.Basic

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

[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