ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
121

Storing Images

What is the best way to store images? As external files? In the database as blobs? Are blobs supported? joelc Joel i use odb to store images, in a complex, persistent uml model based on Eclipse EMF/UML2. to persist the images, i just store an array of bytes (byte[]) representing the encoded images
120

Storing XML files in ObjectDB

Hello, Is it possible to store XML files in ObjectDB? Thanks st.clair.clarke St Clair Clarke ObjectDB can be used to store any type of data including XML. For example, you can define a generic Element entity and store the XML as a tree of Element nodes. Another option is to define an entity class
119

First query before any of the object has been stored

is different from what's already stored. The problem is that, before any instances of that object have been stored, the query generates an exception. I'd been expecting NoResultException to be thrown ... other persistence related exception. How can I know if any of an object has been stored
119

stored procedure in ObjectDB

Hi, Does ObjectDB support "stored procedure"? Some frequent operations may be finished within DB, client just get a few bytes of the result. TIA gzdillon Lai Yang No stored procedures in ObjectDB ... lifecycle events (unlike stored procedures) are portable. support Support hi, You know, when I use
119

Class fields selection to store

In a class how do I define which are the fields to be stored? (using JDO API) It's using persistence-modifier="persistent" ? If I have a class with 40 fields and I only want to store ... ="persistent" /> </class> Which are the value used for fields that I do not want to store
118

Attempt to store an instance of a non persistable type java.net.URL

whether it is a valid URL $url string and storing it. I can return getURL also as transient to keep my public contract. But it would be nice to have URLs stored directly. webel Dr Darren Kelly
118

How to configure where the ODB is stored?

Hi, The documentation is lacking in this respect. How do I configure where the ObjectDB database file is stored. I need to know where it is so I can inspect it with 'database explorer'. The docs say ... it. So, where is this file stored??? Also, the contents of the DB don't seem to be persisted between AppServer
118

Unable to store AtomicInteger

to store an instance of a non persistable type java.util.concurrent.atomic.AtomicInteger I am using ... is to store an int then from the entity call an extra setup function in @PostLoad
118

Storing methods?

I don't think ObjectDB does this, but I want to ask to make sure: are methods stored in the database along with data? Thanks. lsitongia Leonard Sitongia No, methods are not stored in the database. Therefore, if in client-server mode user defined methods are in use in queries (supported by ObjectDB
23

javax.persistence.PersistenceException Attempt to store an instance of a non persistable type java.net.URL

whether it is a valid URL $url string and storing it. I can return getURL also as transient to keep my public contract. But it would be nice to have URLs stored directly. webel Dr Darren Kelly This post

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