ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
8

Does ObjectDB support lazy loading?

static void main(String[] args)   { String path = "test.odb"; EntityManagerFactory emf = Persistence.createEntityManagerFactory(path); EntityManager em = emf ... ? public static void main(String[] args)  {     String path = "test.odb";     EntityManagerFactory
8

Problem with Criteria Querys

>, Expression<? extends Number>) in the type CriteriaBuilder is not applicable for the arguments (Path ... <? extends Number>) in the type CriteriaBuilder is not applicable for the arguments (Path<Object ... ");     ParameterExpression<Double> p2 = cb.parameter(Double.class, "p2");     Path<Double> lon = d.get("lon");     q
8

Pre-detach loading: retrieval by navigation not working in if statement

.code.output=<path-on-your-disk> support Support Thanks for your continued feedback on this issue ... (on your web application) in order to write enhanced classes to files: -Dobjectdb.code.output=<path ... project run config for deployment to Glassfish4.1: I tried both relative and absolute paths
8

How to configure where the ODB is stored?

You may specify any file path (e.g. an absolute path "C:\data\my.odb"). The $objectdb prefix refers ... "); but i find log folder in the path defined for objectdb.home but the .odb file is under tomcat bin directory luca.camerini Luca If you specify a database file name with no path then the current
7

Bug when posting threads with Firefox 34.0.5

('about',this.path+'dialogs/about.js');}});(function(){var m='a11yhelp',n='a11yHelp';j.add(m ... =p.availableLangs[q]?q:'en';a.scriptLoader.load(a.getUrl(p.path+'lang/'+q+'.js'),function(){e.extend ... });a.dialog.add(n,this.path+'dialogs/a11yhelp.js');}});})();j.add('basicstyles',{requires:['styles
7

Objectdb recovery

outage). We are using following configuration: <recovery enabled="true" sync="false" path="." max="128mb"/> <recording enabled="false" sync="false" path="." mode="write"/> Is there any possibility ... ): <recovery enabled="true" sync="true" path="." max="128mb"/> This setting guarantees
7

ObjectDB Enhancer Tool in Java 9

=ObjectDb.conf --module-path com.objectdb.jar --module com.objectdb/com.objectdb.Enhancer Command ... --class-path objectdb.jar;MyDir com.objectdb.Enhancer com.mystuff.* Command output: [ObjectDB 2.7.1 ... path (and proven with --list-modules option). CBE CBE Please see this update regarding support
7

Database absolute filepath

Is there a line of code that can be used to print out my databases absolute path? I have set it as ... ().get("objectdb.connection.path")); EntityManager em = emf.createEntityManager ... ().get("objectdb.connection.path")); em.close(); emf.close(); } } support Support
7

Exception when dataset bigger than treshold

than treshold set in objectdb.conf. <objectdb> <general> <temp path="$temp ... " /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name="query.manager" level
7

How to open a running db in ObjectDB Explorer?

to your objectdb.conf file: <server>   <connection port="6136" max="0" />   <data path ... " /> <data path="$objectdb/db" /> <embedded-server enabled="true"/> </server> It is the same as ... it should use ??? junior Lekane Nimpa, Junior See this manual page regarding the configuration file path

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