dual access

#1

Hello

Exploring the product having had significant experience win Kodo/BEA/JDO1.x, yes I know dated but still works.  Is it possible to still have the SQL emitted from only the JAVA syntax?  If so is it also possible get each SQL statement before it is sent to the store?  Does objectdb only permit direct SQL coding?

#2

ObjectDB doesn't support SQL but JDOQL and JPQL (the later is very similar to SQL).

Queries can be logged before execution.

ObjectDB Support

Reply