Internal Website Search

1-17 of 17 results

JPA Persistable Types

, Date and Math types. Multi value types - Collections, Maps and Arrays. Miscellaneous types: Enum ... , Short , Character , Integer , Long , Float and Double . java. math .BigInteger , java. math .BigDecimal

Index Definition

classes from package java.lang: Byte , Short , Character , Integer , Long , Float , Double. java. math .BigInteger , java. math .BigDecimal. java.lang.String. java.util.Date , java.sql.Date , java.sql.Time

ObjectDB Object Database Features

.String Date types : java.util.Date, java.sql.Date, java.sql.Time and java.sql.Timestamp. Math types ... .util.Date, java.sql.Date, java.sql.Time and java.sql.Timestamp. Math : java.lang.BigInteger and java

JPA Primary Key

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

Geospatial functions

given latitude/longitude) ?Normally you would calculate the distance like: double cx = Math .toRadians(fromLat); double cy = Math .toRadians(fromLon); double px = Math .toRadians(toLat); double py = Math .toRadians(toLon); // see http://de.wikipedia.org/wiki/Orthodrome double gamma = Math .acos( Math .sin

javax.persistence.Basic

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

javax.persistence.Id

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

UserException: Invalid configuration in 'internal' - Check permissions

. math .data.stats.bin.ComputePCA.main(ComputePCA.java:129) at com.objectdb.jpa.Provider ... .jscilib.jppf.data.db.odb.ObjectDBBulkDataset. (ObjectDBBulkDataset.java:52) at com.jscilib.jppf. math

[ODB1] Chapter 3 - Persistent Classes

and Hashtable , and the interfaces - Collection , Set , List and Map . java. math .BigInteger and java. math

Explorer in 2.3

, in the query panel you can invoke static methods. Try for example: select Math .random() Fully

Problem with @UniqueConstraint

[] args) { int r = ( int )( Math . random () * 1000000 ); String PATH = "c:\\temp\\test_" + r + ".odb

[ODB1] Chapter 4 - JDO Metadata

and Integer ), types defined in java. math (e.g. BigInteger ), and java.util.Date . Collections, arrays

ObjectDB can't be activated

java. math .*; import java.net.*; import java.util.*; public class T1413 {     public ... .UnsupportedEncodingException; import java. math .BigInteger; import java.net.NetworkInterface; import java.net

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

is not enhanced. ... Type com.greensoft.greenstar.entity.quantity. maths .NaturalNumber is not enhanced. Severe: [2016-08-17 09:27:22 #956 type] Type com.greensoft.greenstar.entity.quantity. maths

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

.java:28)   The code is as follows: package com.reproduce.error;   import java. math

Query.setResultClass(cls) - JDO Method

, Integer, Long, Float, Double, String, or Object[]; or one of the java. math classes BigInteger or

javax.jdo.Query

, Double, String, or Object[]; or one of the java. math classes BigInteger or BigDecimal; or the java