ObjectDB Database Search

51-93 of 93 results

ObjectDB Manual

ObjectDB manual, converting text from JPA to JDO. You can subscribe to this issue:  http://www

migration path from JPA / Hibernate

Hi. Is there a conversion tool or documentation that is of help when migrating an existing JPA solution to ObjectDB? Any recommendations or known pitfalls when it comes to ...   converting persistence units ( persistence.xml ) unsupported features / annotations in ObjectDB that need special

Externalising persistence.xml properties in Glassfish?

to convert   jdbc/pgsqlPool to a database url, user and password. i.e. to use the jta-data-source

Pessimistic Lock Timeouts setting

converted my processor bean to a stateless EJB and the problem was solved. I could not reply

ArrayIndexOutOfBoundsException at com.objectdb.o.ALS.c(ALS.java:89)

.asScala // Convert to scala collection // Check stuff and log certain events em.close emf.close

Criteria Query results in a NoResultException instead of returning object

that converts literals to implicit parameters (to improve performance and to make using entity objects

TemporalType injection with Calendar using JPA

, and added some converter methods.   @Embeddable @Access(AccessType.PROPERTY) public class

Searching lists within objects

and a char the char is converted into string. A possible workaround is to use a string parameter instead

Eclipse plugin problem (using ObjectDB as a separate bundle)

.lab plugin, right click, select "Configure" in the popup menu and then select " Convert to Groovy

ClassCastException of same object type

project I found that I could convert the objectDB jar to an eclipse plugin. What I had not done was use

Problem persisting a TreeSet field

; Seems that objectdb is converting TreeSet into HashSet? Why?  http://www.objectdb.com/java/jpa

Optimization of Map Queries

for being used in the query.. I am creating the query using criteriabuilder, then I am converting

package.jdo validation error (Connection timed out)

HI, I am trying to read the odb file generated using objectdb 1.0. Using converter .jar, i converered to new objectDB file and then was trying to read the file and i got the following exception. com.objectdb.o._JdoUserException: Failed to validate xml file \RTDLogger.jar#package.jdo: Connection

Trouble viewing db in Explorer.

though) -Objectdb v2.4.0_03 -db was converted from 1.04 then fixed by the Doctor with no errors. -I

JPA 2.1 and AttributeConverter

field for the File or URL and convert it from/to byte[] or String in JPA lifecycle events methods

Bidirectional OneToMany is slow on updated items

addressSet = new HashSet (); After converting this mapped by collection to an ordinary collection

Extended mapping-definitions

, where you can change how an object gets converted to a persisted entity. In simple words

IN expression in a Criteria Query

are converted into JPQL query strings. Anyway, here is a revised test with a JPQL query string

How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client?

how to convert the guest object to json. How do I fix that? Here is the error from curl:   curl -i -H

Replication not working anymore

on slave server and restarting it. It converts my *.odb to *.odb_nonclosed mastervoland Vladimir

Entity is not related to ObjectDB, but i get exception from ObjectDB

: granat.dp.domain.entity.psql.DialogNew at org.hibernate.ejb.AbstractEntityManagerImpl. convert

DB Explorer and Doctor unable to open DB file

and converted this DB file to the new format. Any ideas how to resolve this ? jakab Gergely Jakab

Query results are not up to date for entities, not primitives

query it converted by ObjectDB to JPQL). But some cache operations cannot be used with queries

Best practice: Database update/migration of embedded databases in products

are converted and stored in the database in their new form, you can remove the fields firstName and familyName from V2.0.   support Support

Complex Schema Upgrade not working

of Contact and Customer in the database, which have to be converted to Address instances, you will have to write some conversion code. support Support

Schema update: package, class and field

;   converted to   version2: ( old_date="21.07.2015"; date=null) btc_es BTC

Date field Index is corrupted due to time change

the bug, which affects indexes on pure Date fields (i.e. date with no time). ObjectDB converts pure

An InternalException occurs when gets an result list

? Has it been converted to entity class from a non entity class? support Support The ArchitectureImpl was not known

String comparison in query where clause

am converting the parameter (representing by position ?0) to upper case.  I am certain

pm.newObjectIdInstance returns null

how your converted database can have string ids. support Support After further checking of 

Order in WHERE Clause affects behaviour on DATE/DATETIME columns

a difference. The date column seems to be converted to a String so it can be compared with the query

Java 8 time API

Hi.   Is Java 8 new DateTime API supported natively or through Converters in the newest versions of objectdb? If not, can we expect this feature in the next releases?   Best regards and congratulations on this awesome database.  Amsterdam Amsterdam Luís de Lima Filho It is not

Changing existing objects from Entity to Embedded

, converted them to the new classes and stored them instead of the old ones. The old ones I deleted

OR not working with isNull

is probably converted to something such as: SELECT e FROM MyEntity e JOIN e.owner o WHERE o IS NULL

PostUpdate on array changes

and an Ant enhancement are shown here . If you convert it to Gradle and it works please post the result

objectdb:2.8.4 - Error occurred during initialization of boot layer

\CommonThirdParty\ThirdPartyLibs\ converter .jar;D:\Projects\Anritsu\Perforce\ws_alexander.golyshkin_ALL\DEV

Database corrupted after schema change

other database TC.tableID contains the value of BDOWA.attributes converted to String (probably

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

, the persistence provider has to take steps to convert the results into managed entities" Note it does not say

@FetchGroup in JPA similar to JDO

have to convert tuples to objects. I know that you can add many constructors to Entity and change query

ObjectDB 2.5.6

queries. Fixed some bugs in converting old ObjectDB 1.x database files to ObjectDB 2.x. Fixed a bug

ObjectDB 2.7.2

on mismatching index entries. Improved using em.find with mismatching (but convertible ) key type. Added

Deleting a broken reference that was fixed to null in the Explorer

Using version 2.7.4_01, we did a repair. After repair a former link to a missing reference was converted to null. This cannot be deleted using explorer   hgzwicker Hans-Georg Zwicker Thank you for this report. Build 2.7.4_02 fixes the issue. support Support

I can't get cascading delete to work in JDO

. Your NetBeans project was converted to a minimal test case in the required format (please use this format