Internal Website Search

181-190 of 200 resultsRefresh

TYPE Expression

Hi there! Trying to add a simple type expression with the criteria api like in your sample: cb.equal(e.type(), cb.literal(Country.class ... list. leaving it out removes the error, other filters like string equals etc. work just fine?

500Mb ObjectDb database opening issue

500Mb ObjectDb database opening issue

Is there an update on running ObjectDB purely in-memory?

Hi, I know that this has been asked, but the last time seems to be two years ago, so I'd like to know whether there is a change or an outlook regarding the topic: like H2 or SQLite.

Updating existing persistence entries

like com.objectdb.o.UserException: Attempt to reuse an existing ... more fields to a call like "session.update(objectInstance)". I can commit the session

Entity Update - Is the documentation up to date?

update will also be applied to database on transaction commit. support Support I'd like ... current value, I can test for equality inside the setter, like this:

alter table

.odb" Thanks, It is better if there was an elegant way like "alter table ... restore the Meta to independent. But I get error like: Exception in

Some technical questions

something like MVCC, so it can see the data at the time the backup was started (to have consistent backup data ... it implement something like MVCC, so it can see the data at the time the backup was started

Search with wildcards and index issue

Hi, I have a search using wildcards: SELECT $1 FROM CDI $1 WHERE $1.loginId LIKE '%*_last%2' ESCAPE '*' This works perfectly when loginId has NO annotations. LIKE was ignored when using an index. Build 2.3.7_11 fixes this bug. Thank you for your report. support Support

Alias not used in ORDER BY

Hi, I am doing something simple like final Root<T> from = criteria.from(T.class) final Path<?> path = from ... )) I would have expected the alias to be used in the ORDER BY clause, something like

ArrayIndexOutOfBoundsException with enhanced Entity

Hi! We have an two entities, the first one is something like: @Embeddable class TestEmbed {...} and the second one: @Entity class ... entity like:   @Embeddable class Embed_A {} @Embeddable