Internal Website Search

21-30 of 200 resultsRefresh

Inserted entities with strings as keys and indices needs more and more ram memory in comparing to primitive integers as keys and indices

Hello, I have a problem with inserting of many entities. We use strings as primary key ... >But if use primitive integers as keys and indices then the memory consumption for new entities ... and indices? See both examples. btc_es BTC EmbeddedSystems Correction. The case with strings as

Eclipse plugin problem (using ObjectDB as a separate bundle)

Hello support, I have seen multiple attempts to correct similar errors as in the title ... at persistence, everything is persisted as expected - I used ObjectDB explorer to view my data. Now, any ... >Alternatively, you can turn cascading persist on - including globally (as in JDO) -

Object as parameter results in exception

is valid since objects such as a Company instance are expected to be passed to the query as parameters. Maybe EclipseLink defines an implicit parameter to resolve this query ... key. In the current form the primary key is used as a literal, which means that the query

@MappedSuperclass and @Transient not working as I expected

; But here is the problem: The base class of my entity hierarchy is annotated as @MappedSuperclass ... will be released with a new Explorer that should fix the transient field as well as the NPE. support Support ... so there are no tables, but indeed a mapped superclasses (as well as abstract entity classes) do not

Type ... is not defined as an entity (@Entity is missing) (error 302)

_08] javax.jdo.JDOUserException Type com.epimss.lab.data.bacti.CultureRqst is not defined as ... sure how I can overcome this with 15 projects to use objectdb. I tried placing objectdb as ... > The only solution it seems is to: 1. Package objectdb as an OSGi bundle. 2. Seaparate ObjectDB

multiple LEFT JOINs do not work as expected

.organisationId='root'))) As I understand, since I use LEFT Joins this query should return ... the organisations directly under root. The root organisation has null as it's parent. The log generated when I run ... > Please try to modify it to demonstrate a different query that doesn't work as expected:

ObjectDB Overview

with no external dependencies. Database is stored as a single file. Advanced querying ... applications of any type and size. Tested with Tomcat, Jetty, GlassFish, JBoss and Spring.

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

. It is marked knowingly as CRITICAL by me because it makes the ObjectDB system unusable for a real ... it, which is just as bad. I attach a running project illustrating the problem, as well as screenshots ... (such as name) are null, it is in fact a broken Project object (or looks like it). Please attend

Unexpected query token - AS

, instanceEntryArtifactSet, artifact FROM com.btc.ep.engine.bl.internal.dmos.EngineInstanceImpl AS instance JOIN instance.artifacts AS instanceEntryArtifactSet , com.btc.ep.engine.bl.internal.dmos.ArtifactImpl AS artifact LEFT JOIN artifact.activatedGoals AS artifactActivatedGoals

Enhancer option -s works not as expected

.* Entity1 and Entity2 enhanced as expected. ... com.objectdb.Enhancer -noaware -s com.btc.base.* Entity1 and Entity2 enhanced as expected. The enhancer supports specifying classes for enhancement either as packages and classes or