ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
34

Throwable(cause)

Constructor java.lang.Throwable Throwable( Throwable cause ) Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause). This constructor is useful for throwables
3

JDOPermission(name, actions)

Constructor javax.jdo.spi.JDOPermission JDOPermission( String name, String actions ) Constructs a JDOPermission with the specified name and actions. The actions should be null; they are ignored. This constructor exists for use by the Policy object to instantiate new Permission objects. Parameters
3

ShortIdentity(pcClass, key)

Constructor javax.jdo.identity.ShortIdentity ShortIdentity( Class pcClass, Short key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0
3

ObjectIdentity()

Constructor javax.jdo.identity.ObjectIdentity ObjectIdentity() Constructor only for Externalizable. Since: JDO 1.0
3

ObjectIdentity(pcClass, param)

Constructor javax.jdo.identity.ObjectIdentity ObjectIdentity( Class pcClass, Object param ) Constructor with class and key. Parameters: pcClass - the class param - the key Since: JDO 1.0
3

ByteIdentity()

Constructor javax.jdo.identity.ByteIdentity ByteIdentity() Constructor only for Externalizable. Since: JDO 1.0
3

CharIdentity(pcClass, key)

Constructor javax.jdo.identity.CharIdentity CharIdentity( Class pcClass, Character key ) Constructor with class and key. Parameters: pcClass - the target class key - the key Since: JDO 1.0
3

CharIdentity(pcClass, key)

Constructor javax.jdo.identity.CharIdentity CharIdentity( Class pcClass, char key ) Constructor with class and key. Parameters: pcClass - the target class key - the key Since: JDO 1.0
3

CharIdentity()

Constructor javax.jdo.identity.CharIdentity CharIdentity() Constructor only for Externalizable. Since: JDO 1.0
3

CharIdentity(pcClass, str)

Constructor javax.jdo.identity.CharIdentity CharIdentity( Class pcClass, String str ) Constructor with class and key. The String must have exactly one character. Parameters: pcClass - the target class str - the key Since: JDO 1.0

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