About editor
Database Explorer
Explains how to run and use the ObjectDB object database Explorer to view and manage Java/JPA/JDO objects visually.... as a viewer of databases but it can also function as an editor. New Entity Objects To construct new entity objects and ...
Database Explorer
Explains how to run and use the ObjectDB object database Explorer to view and manage Java/JPA/JDO objects visually.... as a viewer of databases but it can also function as an editor. New Entity Objects To construct new entity objects and ...
Step 6: Set the Spring XML
Explains how to set XML in an Eclipse Spring MVC JPA web application project.... web.xml file (under src/main/webapp/WEB-INF) in a text editor (by right clicking and selecting Open With > Text Editor or by double click and then moving to the Source tab in the editor ...
Step 6: Set the Spring XML
Explains how to set XML in a NetBeans Spring MVC JPA web application project.... web.xml file (under Web Pages > WEB-INF) in a text editor (by right clicking and selecting Edit or by double click and then moving to the XML tab in the editor window). Use copy and paste to replace the default content of the ...
Step 2: Entity Class and Persistence Unit
Explains how to define a JPA entity class and a persistence unit (persistence.xml) in a NetBeans Spring MVC web application project.... META-INF). Open the persistence.xml file in a text editor (by right clicking and selecting Edit or by double click and then moving to the XML tab in the editor window). Use copy and paste to replace the default content of the ...
Step 2: Entity Class and Persistence Unit
Explains how to define a JPA entity class and a persistence unit (persistence.xml) in a NetBeans Java EE 6 web application.... Open the persistence.xml file in a text editor (by right clicking and selecting Edit or by double click and then moving to the Source or XML tab in the editor window). Use copy and paste to replace the default content of the ...
[ODB1] Chapter 9 - ObjectDB Explorer
Explains how to view and manipulate database files in the database explorer. ... a viewer of database files, but it can also function as an editor. Therefore, you can create new database files and edit exiting database ... a Browser window. Whether to use multi line string editor or single line string editor by default. When the "Classpath for ...
Problem with 'where' and date()
Hi, Today I was playing with some date-range queries in explorer and found a small problem. When you try to use queries like this: SELECT o from TestObject o where o.date > :someDate where o.date is java.util.Date, 'where' doesn't work as it should. Results are not filtered by date. There is no such problem in code because we can set Date() object as parameter. However this is hard in explorer. You can find UTC attached to this post. ... the text field in that case automatically with a date editor. ObjectDB Support ObjectDB - Fast Object ...
[Explorer] Editing Database Files
Some features of ObjectDB 1 Explorer have not been implemented yet in the new Explorer of ObjectDB 2. The new Explorer of ObjectDB 2 is currently a viewer rather than editor, and database files are always opened in read only mode. The ability to create new database objects and edit existing database object has to be reimplemented in the ObjectDB 2.... of ObjectDB 2 is currently a viewer rather than an editor. It always opens databases in a read only mode. The Explorer should ...
ODB with Netbeans
ODB2 allows JPA attributes to be public (which is great), but JPA does not. So, in Netbeans, with attributes like this: @Entity class A { public String name; } I get compile time errors "Instance variable for persistent attribute must not be public" How does one switch that off in Netbeans? ... I didn't find these errors in Tools > Options > Editor > Hints > Java. However, please notice that you may ignore all ...