ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
7

EM close causes an exception

and locking in Linux, if parallel processes access different files in the same directory. We had to change the implemention so that it works also in Linux. Do you need a hint how we solved the access ... . But we still get the following exception, if parallel threads access the db: java.lang.RuntimeException: Failed
7

Unable to persist fields in subclass

.property.StringProperty; import javax.persistence.Access; import javax.persistence.AccessType; import javax.persistence.MappedSuperclass; /** * @author david * */ @MappedSuperclass @Access ... javax.persistence.Access; import javax.persistence.AccessType; import javax.persistence.Entity
7

multiple connection using share folder

my application in share folder and access the application from other system in that time my objectdb database shows database is used in other process . so i want to know how i can access my single objectdb ... access from multiple processes. support Support ok i got it but can you plz send me one example or share
7

Password Protect Database File

Is there a way to encrypt the odb file so that if hackers somehow steal it they cannot access the data without some kind of password? I would imagine accessing the database from java could just have another connection parameter while accessing from explorer.jar/exe would need to prompt the user
6

500Mb ObjectDb database opening issue

on our computers, so what is the purpose of moving database access to startup and testing
6

Missing Data on Retrieval (0, null values)

may be the result of lazy loading. If you see them in the debugger before accessing the result object then this is normal. If you access objects by reflection (and not by invoking property methods or accessing the fields directly) then you must make sure that data is fetched from the database before
6

Possible issue with LAZY Loading

whether the test I've created is just causing it to be loaded because I accessed it. pedwards Paul Edwards ... to the application. The additional data is accessible if entity objects are managed by an open ... , and then try and access them, they all return happily. pedwards Paul Edwards LAZY (unlike EAGER
6

ObectDb 2.3.6 in OSGi environment

included com.objectDb as required bundle, and the simple access to the db: @Override public <T ... .ParentRunner.access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner ... .access$000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222
1

Unexpected error when loading all entity instance

number, etc? Do you have recovery enabled? Is there a chance that the database file is accessed ... process multi-threaded access), one database only, running inside a xen vm (Intel Core i7, 8GB RAM ... chance that the database file is somehow accessed concurrently by two instances of ObjectDB (e.g
1

No Entity Class API

Both JPA and JDO are based on accessing and managing data in the database using persistable classes ... , this is very convenient. Sometimes, however, it might be useful to access data without user defined persistable classes ... and should not be bound to specific entity classes and persistent fields. Therefore, an API for accessing

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support