ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
10

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

.objectdb.test.entity.value.BooleanValue [2016-08-24 16:14:34 #16 type.user] Enhancement of type ... .objectdb.test.entity.value.EnumValue [2016-08-24 16:14:34 #19 type.user] Enhancement of type com ... .objectdb.test.entity.value.BooleanValue [2016-08-24 16:14:34 #16 type.user] Enhancement of type com
10

unable to connect to remote server using VPN

.Thread.run(Thread.java:844) ----------------------- The users section in objectdb.conf in server is as follows. <users> <user username="admin" password="admin" > <dir path="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password="$$$###" ip="10.11.12.0-10.11.12.244
2

javax.persistence.SecondaryTable

. (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA
2

TableGenerator.schema

Annotation Element javax.persistence.TableGenerator String schema (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0
0

javax.jdo.identity.SingleFieldIdentity

can use a standard JDO class instead of creating a new user-defined class for the purpose
0

setLongField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setLongField( PersistenceCapable pc, int field, long currentValue, long newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0
0

setIntField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setIntField( PersistenceCapable pc, int field, int currentValue, int newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0
0

setShortField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setShortField( PersistenceCapable pc, int field, short currentValue, short newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

setObjectField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setObjectField( PersistenceCapable pc, int field, Object currentValue, Object newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

setStringField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setStringField( PersistenceCapable pc, int field, String currentValue, String newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field

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