ObjectDB Database Search

101-136 of 136 results

Database absolute filepath

The drop parameter  indicates a request to discard an old database (if exists) and create a new empty

persitencia (Preguntas y respuestas)

to retrieve them or starting a new empty database every request - more details are needed. To view

getting "Unexpected total page count" error when diagnosis mu db by ObjectDB doctor.

.Skill.Campaign.Id=: campid And agsk.Skill.Queue.Channel=:chan" for this query am getting empty result

Database size is much larger than expected (x2)

unlimited debugging services. Please understand that it doesn't matter for ObjectDB if you store an empty

Compare old and new schema

without entity classes in the classpath but the metamodel is empty . How does your explorer get to metamodel

Bidirectional OneToMany is slow on updated items

the cost of these operations, and mainly the addressSet retrieval when the database is not empty

ObjectDB Explorer very slow with remote con

Hi! I started to use ObjectDB Explorer to administrate a remote DB (on a server), but it seems to be very slow. The database is quite empty now, just between 5-20 records / entity, but it's still very very slow. That's the only thing that is slow on my server... How can I speed it up? zmirc Mircea

Failing in embedded mode, correct javax.persistance?

should mention that I have tried running NetBeans in admin mode, and I have tried creating an empty "punkter

Unable to persist TreeMap

} Maybe you have an existing database in that path, which contains a Person#1 instance with an empty

Using Enum type in NamedQuery: Field is not found in type

with an empty database: import java.util.*; import javax.persistence.*; public final class T1009 {   

Fetching Collections Puzzle

might look empty - but as soon as your application accesses its content (e.g. by invocation of the size

LEFT (OUTER) JOIN problem when mappedBy is defined

Hi all, I want to get objects with their lists, even when the lists are empty . So I've witten this query: "SELECT i FROM Invoice i LEFT OUTER JOIN i.itemList items" But this query never returns invoices without items! Only invoices with items. When I remove mappedBy from @OneToMany annotation

can't get HashMap out of the database

I'm trying to persist an Entity containing a HashMap. It stores the data in the database OK, but the map is always empty when I get the entity out of the database again. I've reproduced this problem in a simple variation of the Guestbook tutorial: Guest class: ===================== @Entity public

Dont want to use Proxy Class

Feature api of SubstrateVM, I could see the paramString and size of paramArrayOfByte is not empty

Some details about db behavior

Suppose I have two entities... A B - A B has a ManyToOne relationship with A. When my database is empty and I persist a valid B entity (that contains actual A reference) I observe some behavior that I'm not sure I understand. 1. In ObjectDB explorer I see Both B and A Entity classes available in

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

lastInstanceInMap; protected Container() { // Empty constructor for JPA } public void generateMapItems

com.objectdb.o.InternalException: Unexpected internal exception

Hi, I am using objectdb.jar version 2.6.8 (installed via Maven). I am trying to authenticate a user. Initially, the database is empty . I have the following query: @javax.persistence.NamedQuery( name = "getPersonByName", query = "SELECT _person FROM metamodel.user.Person as _person WHERE _person

500Mb ObjectDb database opening issue

again. Without activation codes it should show different results. Please try also opening an empty database in

First query takes 4+ minutes to complete

", "startTime", "channelNumber"}) Start with a new empty database, in order to make sure that the new

Unexpeted internal exception

applying the attribute List jrchalaco Roberto Pinto Both databases in #5 above seem to be empty

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

. rumblesnort Richard A new build, 2.5.3_02, adds empty implementation of the new JPA 2.1 methods. We haven't

Can't get arraylist/vector type attributes

the Vector dissapears and I get an empty vector. Something weird happens, if BEFORE closing

Persist error @ManyToMany how to define correct entities relationships

entity is created, the table is empty , however categories are well present within Product (as

JPA JPQL WHERE clause for IN :variable not working if variable is a list of Enums

(MyEnumType.VALUE1, MyEnumType.VALUE2)); Then query.getResultSet() *always* returns an empty list

Unexpected exception during open the database

any issue. Could you please try your conversion program with a new empty log file and then search

type.loader java.lang.ClassNotFoundException

in lower logging level (e.g. info ). The empty database might be the result of another issue

possible index required for improving query performance

the relationshipType index back and started a test with an empty database. It slowed down significantly

Like fails if both underscore and percent are used

()); //DB is empty em.getTransaction().begin(); em.persist(entry); em.getTransaction().commit

ODB lost?

the existence of a special empty file (a file whose name is active  in the odr directory). If this file

Collection update does not increase entity version and is not persisted

that the attachments field is still empty ). You find a complete use case at http://www.objectdb.com/database

ObjectDB 2.6.9

Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query

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

relationship constraints/constrainedElements test fails on test case, appears empty  (www.objectdb.com

ObjectDB BIRT Driver Update

\.plugins\org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb\db\ is empty ... Log dump: eclipse

user defined backup file

in an empty temp directory, scan the backup directory for a newly created backup database-file (in

Problem using "and" for joined entities and indexed fields

Using @Index for fields and filter more than one field with "and" predicate ends in empty result list. public class IndexTest {     @Entity     @Indices({         @Index(members = {"children.name"}),    

Index Rebuilder

When a new index is added to an existing entity classes that already has instances in the database, it cannot be used in queries, because it starts empty and unsynchronized with the existing primary data. The Index Rebuilder tool will enable rebuilding indexes, synchronizing their data