ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
49

Help with JPA2 Criteria and conditional operator grouping

)              )));   System.out.println("Query: " + c); But I can can never get the grouping to occur ... persistence.xml shows the grouping happening. I've had to dumb down the domain model enough to convey ... the conditional grouping issue. Thanks. There is a new problem now however, I'll create a new post Willks William
48

ObjectDB Roles and Groups

Hello, How can I incorporate roles/group in ObjectDB config file? I see no support for this. For example, I would like to place several users under a given group or role, but I see no way of doing this as no such element is present in the config file. Is it possible to have this? st.clair.clarke St
43

Entity can be found by find() but not by query

and sometimes we don't get the entity by query. Have you an idea what happens here? btc_es BTC EmbeddedSystems
9

Support for roles/groups in ObjectDB

ObjectDB should incorporate roles/group in ObjectDB config file? I see no support for this. I would like to place several users under a given group or role, but I see no way of doing this as ... , there could be a role/group element which would categorise the user further. This would help in authentication. Thanks st.clair.clarke St Clair Clarke
8

Mapped by fields are not initialized by JOIN FETCH in queries

As demonstrated in this forum thread, a mapped by collection field with lazy fetch mode is not initialized in results of a query that uses JOIN FETCH on that collection field (when enhancement is used). support Support Build 2.4.1_06 fixes this issue (fields are now initialized and the test in
7

javax.persistence.criteria.AbstractQuery

to the given entity Since: JPA 2.0 List< Expression<?>> getGroupList() Return a list of the grouping expressions. Return a list of the grouping expressions. Returns empty list if no grouping expressions have been specified. Modifications to the list do not affect the query. Returns: the list of grouping
7

combined index not used

) and (a.objectsInCharge.properties.name = 'scheduledSlot') GROUP BY a.endDate, a.objectsInCharge ... '). Step 6: Group results --------------------- Group the results of step 5 by: a.endDate,v$1 ... = 'scheduledSlot') GROUP BY a.endDate, a.objectsInCharge.nodePath, a.objectsInCharge.properties
1

javax.jdo.FetchGroup

the default fetch group via the API does not affect the members defined by this category. Using ... javax.jdo Interface FetchGroup FetchGroup represents a named fetch group for a specific class or interface. A fetch group instance identifies the name of the class or interface, the list of members
0

[ODB1] Chapter 6 - Persistent Objects

When a new object is constructed by the new operator, it always starts as a transient object, regardless of its type. Instances of persistent classes can become persistent later, as demonstrated by ... a simple transient object. Then it becomes persistent by an explicit call to the makePersistent
0

javax.jdo.FetchPlan

javax.jdo Interface FetchPlan Fetch groups are activated using methods on this interface ... the fetch group to the set of active fetch groups. Add the fetch group to the set of active fetch groups ... all active groups leaving no active fetch group. Remove all active groups leaving no active fetch

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