ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
88

Property fields

Hello How can I use a Property, such as: javafx.beans.property.BooleanProperty as a field within an entity class? I want to bind a JavaFX CheckBoxTableCell control to the property. Thanks Russ ... , and wrap it with a set and get methods that will implement a BooleanProperty type property (i.e
87

NullPointerException while setting a new property value

other @Transient properties // 2 constructors //.. } Can somebody help me? Thank you. Cabot ... We are back, here it is - 2.4.4_04 Just a note - it fails on another property in the Entity. Wed Oct 24 ... .close(); } } 3. The code continues with a revalidation and re-setting some properties
18

Eclipse Public License - v 1.0

property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As ... responsibility to secure any other intellectual property rights needed, if any. For example
18

How to change properties in urls2.xml ?

and their port / user / password properties. I have no control on the port and password used. :( Does it exist a way to change urls2.xml properties ? Adding ?port=XXXX at the end of the persistence.xml database local url doesn't work. ( Tomcat says "Connection refused" ) <properties> <property name
16

ObjectDb Doctor : Failed to locate set method for field property com.test.Video$VideoId.sourceId using reflection (error 316)

Hello everyone ! I have just launched the ObjectDb Doctor for testing purposes. But while inspecting my base, the Doctor throws me a strange error : [ObjectDB 2.4.6] Invalid ID class com.test.Video$VideoId for type com.test.Video (Failed to locate set method for field property com.test.Video
3

Step 2: Entity Class and Persistence Unit

.objectdb.jpa.Provider</provider> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db/guests.odb"/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties
3

Step 2: Entity Class and Persistence Unit

="JTA"> <provider>com.objectdb.jpa.Provider</provider> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db/guests.odb"/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence.jdbc.password" value="admin
3

Step 2: Entity Class and Persistence Unit

</provider> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db/guests.odb"/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties> </persistence-unit
3

Step 2: Entity Class and Persistence Unit

</class> <properties> <property name="javax.persistence.jdbc.url" value="$objectdb/db/guests.odb"/> <property name="javax.persistence.jdbc.user" value="admin"/> <property name="javax.persistence.jdbc.password" value="admin"/> </properties> </persistence-unit
1

[ODB1] Chapter 2 - A Quick Tour

connection: 20 Properties properties = new Properties(); 21 properties ... .objectdb.jdo.PMF"); 24 properties.setProperty( 25 "javax.jdo.option ... JDOHelper.getPersistenceManagerFactory(properties); 28 PersistenceManager pm = pmf

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