ObjectDB Database Search
1-50 of 125 resultsChapter 5 - Database Tools and Utilities This chapter explains how to use the following ObjectDB tools and utilities: | |
Database Explorer ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used ... window follows the approach of traditional visual database tools . Every row in the table represents ... for easier future access - first select it in a viewer window and then select the Tools Bookmark | |
Is there an administration tool with which I could create extra indexes? Hello, I have composite index, and it was working fine, but now I need to add more features to the software and I need to throw more indexes in there. I wanted to know what's the best way to do this. 1. Have some admin tool CREATE INDEX..... ON a.b or 2. add more @Index to the object entities. in | |
Suggest link to Maven example from Enhancer tool page The maven plugin example here is incomplete: https://www.objectdb.com/java/jpa/ tool /enhancer#Maven_and_ANT_Enhancement_ Taken literally it can't work because it's missing this: org.codehaus.mojo | |
ObjectDB - JPA Object Database for Java Mapping (ORM) tools can reduce some manual work but cannot eliminate the extra processing time ... or NetBeans . Forget relational databases, JDBC, drivers, tables, records, ORM tools and mapping ... flexibility - same API for Relational and Object Databases. Better community support ( tools , IDEs, books | |
Database Transaction Replayer. Recording is enabled by default and can be disabled in the configuration . The ObjectDB Replayer tool ... . Running the ObjectDB Replayer The ObjectDB Replayer tool is bundled in the objectdb.jar file ... is not in the current directory a path to it has to be specified. The tool's main class is com | |
Database Doctor The ObjectDB Doctor tool provides two related services: Diagnosis and validation of an ObjectDB ... on. Running ObjectDB Doctor Diagnosis The ObjectDB Doctor tool is bundled in the objectdb.jar file ... is not in the current directory a path to it has to be specified. The tool main class is com.objectdb | |
any plan for monitoring tool ?any plan for monitoring tool ? | |
ObjectDB Enhancer Tool in Java 9ObjectDB Enhancer Tool in Java 9 | |
Database Server ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making these databases accessible to client applications in other processes including ones on other remote ... Server tool is bundled in the objectdb.jar file. You can run it from the command line as follows | |
Can I use ObjectDB to access a relational database? To access relational databases using the Java Persistence API (JPA) you will need an Object Relational Mapping (ORM) tool , such as Hibernate, TopLink, EclipseLink, Open JPA or DataNucleus ... standalone Object Database Management System (ODBMS) and not an ORM tool , so it is not intended and cannot be used to access other database management systems. | |
Database Management Settings tool . Recording provides an alternative (which is sometimes more efficient) to recovery ... a database that has not been closed properly by running the Replayer tool . Recording might also be useful | |
SSL Configuration utility: https://docs.oracle.com/javase/6/docs/technotes/ tools /solaris/keytool.html | |
JPA Class Enhancer ObjectDB Enhancer is a post compilation tool that improves performance by modifying the byte code of compiled classes after compilation. Enhancement is mainly for user-defined persistable classes ( entity classes , embeddable classes and mapped superclasses ), and is usually optional | |
What are the main benefits of using ObjectDB? processes JPQL (JPA Query Language) and JDOQL (JDO Query Language) queries directly, where ORM tools first | |
Is ObjectDB better than Object Relational Mapping (ORM)? As noted above, using ObjectDB instead of a relational database and ORM combination is easier and leads to better performance. ORM tools , however, are very useful where the use of a relational database is mandatory (e.g. as a result of a customer request or when a new application | |
What is the Java Persistence API (JPA)?. These implementations are Object Relational Mapping (ORM) tools . The mapping bridges between the data | |
ObjectDB 2.9 Developer's Guide how to use the JPA Query Language (JPQL). Presents ObjectDB Tools : the Explorer, the Enhancer, the Doctor | |
What's next? the picture by describing some tools and settings that are specific to ObjectDB: | |
BIRT/ODA ObjectDB Driver The ObjectDB BIRT/ODA driver is an extension of the open source Business Intelligence and Reporting Tools (BIRT) that adds support of ObjectDB as a data source and JPQL as a data set query language. For step by step instructions on using BIRT with ObjectDB see the Report Generation | |
Is ObjectDB better than competing object databases?, supporting community, forums, IDEs support, tools , books, tutorials and sample code. ObjectDB | |
Java 9 support You asked for feedback ... With the help of a tool I wrote, and some manual manipulation, I ... Tool in Java 9 ). CBE CBE Great news. Thank you for the update. If you can provide more details ... and how they all work and access each other and ... yikes! So my tool takes the approach of trying to detect | |
[ODB1] Chapter 9 - ObjectDB Explorer ObjectDB Explorer is a visual tool for managing ObjectDB databases. You can use the Explorer ... file automatically. You can change this behavior in " Tools | Options | General". Opening a Remote ... the approach of traditional visual database tools . Every row in the table represents a single object | |
[Explorer] Running Tools The Explorer should support running ObjectDB tools (such as ObjectDB Server and ObjectDB Doctor) visually within the Explorer. This is one of the features that have been supported by the old Explorer of ObjectDB 1. It has been temporarily removed due to incompatibility with the new ObjectDB 2 code base. support Support | |
Fantom.Method.callOn (Method.java:139) fanx. tools .Fan.callMain (Fan.java:175) fanx. tools .Fan.executeType (Fan.java:140) fanx. tools .Fan.execute (Fan.java:41) fanx. tools .Fan.run (Fan.java:298) fanx. tools .Fan.main ... $MethodFunc.callOn (Method.java:230) fan.sys.Method.callOn (Method.java:139) fanx. tools .Fan.callMain | |
How to disable use of graphic windows by objectDB/java -server -Xms16M -Xmx256M -cp /opt/java- tools /objectdb-2.3.0_04/bin/objectdb.jar:/usr/java/jdk/lib/ tools .jar:/usr/java/jdk/lib/dt.jar:. -Dobjectdb.home=/home/javauser/objectdb-database com.objectdb ... ; 0:00 /usr/java/jdk/bin/java -server -Xms16M -Xmx256M -cp /opt/java- tools /objectdb-2 | |
migration path from JPA / Hibernate Hi. Is there a conversion tool or documentation that is of help when migrating an existing JPA ... objects from Hibernate, detaches them and then persists them using ObjectDB. A tool ... . A tool that can automate this process will probably be available in the future. From this I conclude | |
explorer NullPointerException database’,'new directory','cut','copy' ... if I click ' tools ---options' before open database ... [ Tools Options] dialog box when no database is open. A fix will be available soon in ... trace that you posted is caused on an attempt to open the [ Tools Options] dialog box | |
DB reading fails in debug mode in Eclipse.package. Tool .deepCopy( Tool .java:1597) ... 20 more Caused by: com.objectdb.o.UserException: Failed ... .keySet(Unknown Source) at my.example.package. Tool .deepCopy( Tool .java:1597) Could u please advice | |
Step 2: Create a Project and a Report To use BIRT we need to create a BIRT Report project in Eclipse: Open the [New Project] dialog box, e.g. by using File New Project... Select Business Intelligence and Reporting Tools Report Project and click Next : Enter a project name and click Finish : Now we can create a first report in the new | |
Report Generation with BIRT and JPA This tutorial demonstrates how to create reports based on data in an ObjectDB database using the popular open source Business Intelligence and Reporting Tools (BIRT). In order to keep things as simple as possible - we will use the basic points.odb ObjectDB database file from the Getting | |
Path in tomcat deploy tool by the .war file. However, if I put objectdb into the project's /WEB-INF/, I may lost the db when I use Undeploy tool . TIA gzdillon Lai Yang If I put the .jar into /opt/Tomcat/lib ... ", it will increase the size of war file, and will destroy the DB under db-files with tomcat undepoly tool | |
Doctor - high memory usage should be a problem. The Doctor tool has been tested successfully with databases of up to 10GB, so I think ... . But since it is a background tool (integrity check can be done on a backup copy generated by the online | |
JBoss 7 startup fails, Ubunti 11.x). As plugins I installed the JBoss tools 3.3 following the instructions at http://www.jboss.org/ tools /download/installation/update_3_3 I attach some files to give more details. Hope | |
ObjectDB data migration/extraction Hi What is the way to extract data from ObjectDB to relational databases (Oracle). We need to feed an Oracle database with data for reporting/datawarehosing. Should JPQL be used or is there some tools to do it. Thanks. peric.emil Emil Perić Currently there is no such tool | |
NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1 the code as it is written here https://www.objectdb.com/java/jpa/ tool /enhancer ... as it is written here http://www.objectdb.com/java/jpa/ tool /enhancer#Enhancement_API | |
Exporting the data out of the ObjectDB. support Support Thank you so there is no out of box tool that is available, i will essentially ... them to relational store ? Thank you. Sandeep Sandeep Dhamale No out of the box tool available now | |
Failover from Master to Slave Good morning! I am interested in ObjectDB for a client project I am currently working on. In order to evaluate your tool I would like to know if your product has the ability to failover from ... Garris Hi! You can read more about this here: https://www.objectdb.com/java/jpa/ tool | |
com.objectdb.o.NLV cannot be cast to com.objectdb.o.CMV Here is the stack trace when using your DB explorer tool to run the query: [ObjectDB 2.5.4_03 ... for mapFormCli. We tried fixing the indices with the Doctor tool and it did not help. Then we deleted the DB | |
java.lang.NullPointerException when using ORDER BY printed by your DB explorer tool when running the query: [ObjectDB 2.5.4_03] Unexpected ... with the Doctor tool and it did not help. We also deleted the DB file and re-created the DB from scratch | |
[ODB1] Chapter 4 - JDO Metadata demonstrated above. The Index Rebuilder Tool Setting indexes for a new class that does not have persistent ... Rebuilder tool on the database (in order to collect index information for the existing class | |
[ODB1] Chapter 1 - About ObjectDB with every ObjectDB product, is a sophisticated tool that enables browsing, querying, editing and the construction ... do not have a visual browsing tool at all, or have a very limited one. Keep in mind that database | |
Which API should I use - JPA or JDO? and extends the availability of experienced developers, forums, IDEs support, tools , books | |
ObjectDB 1.0 Manual two chapters are dedicated to ObjectDB's tools : Chapter 8 - ObjectDB Server Explains how to manage | |
[ODB1] Chapter 2 - A Quick Tour explicitly, and a special tool , the JDO enhancer , adds the implementation automatically. The Person | |
[ODB1] Chapter 3 - Persistent Classes. 3.3 JDO Enhancement The ObjectDB JDO Enhancer is a post compilation tool that modifies | |
[ODB1] Chapter 6 - Persistent Objects always an option. Database Garbage Collector The database garbage collector is a tool that scans an ObjectDB | |
No Entity Class API. For example, a tool that finds and replaces strings in the database should be generic ... to use. Your suggestion would be much more useful: "a tool that finds and replaces strings in | |
Monitoring and Performance counters After checking last patch from build 2.1.1_01, I started to think about some kind o monitoring tools in ODB. Those tools could look similar to MySQL 'show innodb status', where you can get some informations about how DB is doing. It would be nice to monitor: - inserts/s, updates/s, deletes/s | |
javax.jdo.spi.PersistenceCapable might be generated from a tool directly. The exact technique for generating the extra methods is not |