Internal Website Search

1-29 of 29 results

Is there any GUI for creating/editing entity?

Hi, I'm new for JPA/JDO. How should I create/edit entity class? Is there any GUI ?   In my searching easily, there is the jpa function of myeclipse, or Dail. http://www.myeclipseide.com/documentation/quickstarts/jpa/ http://www.eclipse.org/webtools/dali/   Please tell me your usual method

Should I be able to persist a JFrame (or gui components in general)?

Should I be able to persist a JFrame (or gui components in general)?

Database Explorer

ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used to view data in ObjectDB databases, execute JPQL and JDOQL queries and edit the content of databases. Running the Explorer The ObjectDB Explorer is contained in the explorer.jar executable jar file

Feature Request: Improved ObjectDB Explorer

product. Compared to relational database GUIs right now, ObjectDB is not as capable of entering static ... of data into the database, while we can enter data straight into the GUI very easily in, for instance ... client - some work on the GUI : most icons look like they are from win98, and the solid colors

Updating existing persistence entries

them and bind them to a kind of property editor in my app (it simply calls the setters to reflect gui editing ... my GUI component. There's no way (at least I know of) to do something before and after a value change ... Explorer (which is also a GUI object editor) works. support Support Dear support, thank

query on calendar class

.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:725) at cdr_analiza. GUI $3.actionPerformed( GUI .java:150

ObjectDB embeddable Springboot

Hi I have not seen, cursory search was not informative, if odb can be embedded like derby.  How does odb handle byte[].  How do you create multiple dbs.  Finally is there a gui ... is there a gui to examine the schema?  Yes. The Explorer . support Support

Error occured during initialization of boot layer

mleUtility11; requires java.sql; requires objectdb; exports common; exports exceptions; exports gui ; opens gui ; } I am using JDK19, ObjectDB V2.8.8_03. I use objectdb.jar from bin folder. I also tried

Question about modification

addition, consider using a more polite language. support Support pls ban this rude guy , we won't people like him in this place julenh13 Julen Hernández Berja u must be this guy brah Danicrod Daniel

Project runs in Eclipse but not when exported to runnable jar

.Main.SchoolsList(Main.java:147)         at gui .MainFrame. (MainFrame.java:2038)         at gui .MainFrame$1.run(MainFrame.java:194

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

the JD- GUI decompiler , which has better support for generics than the now-obsolete JAD ... - GUI decompiler that enhancement has taken place. So I don't understand why it is still reporting

Problem upgrading

) ~[classes/:na] at at.co.pjm.tracker.webinterface. gui .MainWindow.login(MainWindow.java:416) ~[classes/:na] at at.co.pjm.tracker.webinterface. gui .LoginPanel$1.buttonClick(LoginPanel.java:65) ~[classes/:na

like operator (String)

isn't a problem. The GUI related methods will add implicit a '%' character. Additional hint: 

What are the steps of creating small web app?

Hello guys , I have a question about creating small new web application, I am almost done with researching and studying and I have covered all the important concepts e.g. # Starting from web technologies: HTML, CSS, JS, JQuery. # Moving to Java Technologies:  Core Java, Servlet, Managed Beans

Intermittent: "Attempt to reuse an existing primary key value" when persisting a new instance

' again of cleared up the issue. As I assign no ID's in my GUI - it seems that there could be a small bug? I'm

Memory Leak in EntityManagerFactory ?

several ( GUI ) Clients, which is not at all comparabale. So I'll try to create a fully automatic test

Error 613 - i cant put a list into a Squad object

hey guys Im a swiss student and my english is not that good and ive never posted in your forum, so thats why im sorry if im doing any mistakes, but i have big trouble, because ive to get this straight till end of week. i uploaded also all classes but if u see the problem in the main problem

Improvement in replication

" number. What do you guys think about this? lwalkowski Lukasz Walkowski Another problem

Fantom

;[FANTOM_HOME]/lib/java. support Support Ilan, response I got from the Fantom guy (Brian) is: "Like I

Clarification on free license restrictions

entity classes.  So far I am very impressed with what I’m seeing, great work guys . Thanks Craig

Spring MVC configuration files

Hi!! how are you guys ? I have been working with Spring MVC framework and it is really helpful, but now I have a question, as you know Spring MVC framework create by default the xml configuration files and I would like to know if the is a way to create automatic java based configuration file

Modifier operations

", value); What do you guys think about it?   lwalkowski Lukasz Walkowski You can use a JPQL

Find the error...JPA ENTITY HIBERNATE

Hey guys ....i am searching for some days for the problem...Maybe one of you can find the error   DATABASE SHEMA: https://www.file-upload.net/download-12530779/2017-06-0214_25_00-MySQLWorkbench.png.html       Entities:   package com.example.demo; import java.io.Serializable

objectdb.java.util.ArrayList and performance

Hello guys , i have a question regarding "objectdb.java.util.ArrayList" and performance. In my project i'm iterating over an array with about 100k items. Fetching them into the EntityManager takes about 120ms, but when i'm iterating over all of them (this is a tree structure, each

Selective merge/cascade of detatched entity

I'm having an issue with my application, and I'm hoping you guys will be able to help. Please forgive typos and obvious errors, I'm having to retype from a non-internet connected network. A contrived example is: @Entity public class Salesman { private String name; @OneToMany(fetch=FetchType.EAGER

[ODB1] Chapter 9 - ObjectDB Explorer

ObjectDB Explorer is a visual tool for managing ObjectDB databases. You can use the Explorer to browse databases, execute JDOQL queries, create new databases and edit the content of existing databases.   9.1  Running the Explorer The Explorer is a pure Java GUI application

[ObjectDB 2.4.3_07] Unexpected exception (Error 990)

[2012-10-05 13:14:18 #7 store] Database '/home/glassfish/objectdb-2.4.3_07/db/test.odb' is opened by 7042@edi- gui -sbr-devel [2012-10-05 13:14:18 #8 server] [ObjectDB 2.4.3_07] Unexpected exception ... ] Database '/home/glassfish/objectdb-2.4.3_07/db/test.odb' is closed by 7042@edi- gui -sbr-devel hadnosoul

Improve ObjectDB Server

ObjectDB as a console application  including on headless servers and JVM with no GUI and Swing

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

differently in this case? Good question but you will have to refer it to the EclipseLink guys