ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
2

values()

Static Method javax.persistence.CascadeType CascadeType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (CascadeType c : CascadeType.values()) System.out.println(c) Returns: an array containing
2

values()

Static Method javax.persistence.InheritanceType InheritanceType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as ... containing the constants of this enum type, in the order they are declared
2

values()

Static Method javax.persistence.FetchType FetchType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (FetchType c : FetchType.values()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
2

values()

Static Method javax.persistence.PessimisticLockScope PessimisticLockScope[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants ... ) Returns: an array containing the constants of this enum type, in the order they are declared
2

javax.persistence.MapKeyJoinColumn

that contains the foreign key column. (Optional) The name of the table that contains the foreign key
2

values()

Static Method javax.persistence.CacheStoreMode CacheStoreMode[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows ... containing the constants of this enum type, in the order they are declared
0

printStackTrace()

stream that is the value of the field System.err. The first line of output contains the result ... ) at Junk.c(Junk.java:21) ... 3 more Note the presence of lines containing
0

values()

Static Method javax.jdo.annotations.IdentityType IdentityType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (IdentityType c : IdentityType.values()) System.out.println(c) Returns: an array containing
0

values()

Static Method javax.jdo.annotations.PersistenceModifier PersistenceModifier[] values() Returns an array containing the constants of this enum type. This method may be used to iterate ... ) Returns: an array containing the constants of this enum type, in the order they are declared
0

printStackTrace()

stream that is the value of the field System.err. The first line of output contains the result ... ) at Junk.c(Junk.java:21) ... 3 more Note the presence of lines containing

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