ObjectDB Database Search

51-66 of 66 results

Trouble viewing db in Explorer.

I am having trouble with the Explorer.  I can open the db just fine. I can open a few simple extents and view/ navigate fine also.  The problem occurs when I view the more complex extents. The Explorer will not repaint the right pane.  I drag off screen to force repaint and get(right

Composite indexes

? Yes. They are useful when the query includes navigation between entities (directly or using JOIN).   support Support

Not Enhanced: ...: com.objectdb.o.TEX: Type ..._$$_javassist_1 is not found

on User (an ObjectDB Entity). These errors appear when I just navigate to the page, so when AuthB

How to install ObjectDB on my Amazon EC2?

it on Amazon's VPS, then unzip the ObjectDB archive, then you navigate into "bin" folder of the folder

Post-compilation enhancement vs Automatic Run-time enhancement

of is now provided under forum posting: Pre-detach loading: retrieval by navigation not working in

ObjectDB without javax.persistence

:205) at com.btc.ep.base.ui. navigator .ProfileNavigator.refresh(ProfileNavigator.java:160) at sun

@OneToOne query issue with OR and IS NULL

the A instance with no another because navigation through a relationship is implemented using JOIN (i.e

Retrieval by Access bug?

of objectC, and I cant find any reason for that. Could be any bug in ObjectDB when I retrieve by navigation

Update Entity references if we change the type of an entity

as a pair of (type + id) rather than just an id. This enables faster navigation between objects, as

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

; Another user might try to navigate and enter "My drawer/Myfolder/someTab/documenta", and I want

Method Invocation On All Entities

by navigation and access"), but I suspect it's not an efficient solution. Any alternatives? Yotam

OR not working with isNull

OR o.id = :userId Notice that the navigation   root.get("owner").get("id") is implemented as

ObjectDB 2.3.7

Fixed a critical issue that may cause database corruption ( issue #630 ). Initial attempt to enable navigation through lazy loading from detached objects ( feature request #326 ). Improved  toString of criteria queries to use aliases ( issue #12 7). Fixed automatic variable naming in criteria

JPQL support for mapped by (inverse) collections

As discussed and demonstrated in this forum thread , collection operators and methods (IS EMPTY, SIZE, MEMBER OF, IN) are currently not supported for mapped by (inverse) collections. These operations are supported for direct (not mapped by) collections. Navigation and JOIN is supported

ObjectDB 2.4.0

queries. Fixed a possibly very slow query execution when using entity parameters. Fixed issues in navigation through detached objects .

Lazy retrieval by access not working correctly

I have a problem loading lazy associations by access/ navigation with an @Embedded attribute containing an @ElementCollection which is lazy loaded.  I'm not sure if the same problem exists elsewhere.  Furthermore, if I set a breakpoint in the right spot in debug mode, everything works