ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
138

String Contains Query Result - Possible?

Hi, I have a managed database for an Entity, "Program", containing a String field, "description ... , the only solution I have is to iterate over all the Program objects manually and find one that is contained ... ) { for(Program p : allPrograms()) if(desc.contains(p.getDescription())) return p; return null
137

Memory error during commit, if @ElementCollection field contains many elements

> values = new HashMap<>(); The element collection contains more than 10.000 elements ... collection into a new entity classes. Every TCStep will reference a new entity object that will contain
136

Logging archive contains non-objectdb log files

Hi, I'm dealing with problem, that objectdb's log archive folder contains several other log files which are not part of objectdb. We use single location for our application log files and also objectdb log files. When application crashes or retarts, we noticed that several of our log files reside
136

Query to find object from element of a contained collection

I have an OrderData class, containing an OrderItemData collection, i would like to find OrderData elements by OrderData.items.itemId. I cant get a proper query with MEMBER OF or IN. Does anyone have an idea on how i could formulate that as Typed or CriteriaBuilder query? Thanks. @Entity public
133

embed the .odb file in tomcat webapp container

embed the .odb file in tomcat webapp container
82

contains(cls, primaryKey)

Method javax.persistence.Cache boolean contains( Class cls, Object primaryKey ) Whether the cache contains data for the given entity. Parameters: cls - entity class primaryKey - primary key Returns: boolean indicating whether the entity is in the cache Since: JPA 2.0
82

contains(entity)

Method javax.persistence.EntityManager boolean contains( Object entity ) Check if the instance is a managed entity instance belonging to the current persistence context. Parameters: entity - entity instance Returns: boolean indicating if entity is in persistence context Throws: IllegalArgumentException - if not an entity Since: JPA 1.0
27

InternalException when querying indexed field using a list that contains duplicates

the specific case when: A query filter like this is used: ":ids.contains(originalId)" originalId is an indexed String field on the candidate class :ids is a list which contains a duplicate entry If the field is unindexed, or :ids does not contain duplicates, the exception is not thrown and the query
27

WeakRef Purge ObjectDb threads not stopping with Tomcat (in application container)

Hi, We have threads that are not stopping with Tomcat requiring a hard stop of the container. Can you please help us resolve this issue? Thanks, Clinton / Fazle What is the impact of the issue ... , so it should be more friendly for Tomcat and similar containers. support Support
3

[ODB1] Chapter 7 - JDOQL Queries

: A candidate collection containing persistent objects (usually an Extent) A candidate class (usually ... is a subset of objects from the candidate collection that contains only the instances of the candidate class ... is used, and the candidate collection contains all the non embedded instances of the candidate class

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