ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
2

values()

the constants of this enum type, in the order they are declared
2

javax.persistence.TemporalType

: TemporalType.values()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
2

javax.persistence.spi.PersistenceUnitTransactionType

()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
2

java.lang.Throwable

may override this method in order to produce a locale-specific message. For subclasses that do not
2

getLocalizedMessage()

Method java.lang.Throwable String getLocalizedMessage() Creates a localized description of this throwable. Subclasses may override this method in order to produce a locale-specific message. For subclasses that do not override this method, the default implementation returns the same result as
0

javax.jdo.JDOCanRetryException

. Subclasses may override this method in order to produce a locale-specific message. For subclasses
0

getServerDate()

Method javax.jdo.PersistenceManager Date getServerDate() Get the Date as seen by the server. Clients using this method can order their operations according to a single time source. Implementations use the setting of the server time zone to prepare a Date instance that represents UTC time
0

values()

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

javax.jdo.JDODataStoreException

this method in order to produce a locale-specific message. For subclasses that do not override
0

javax.jdo.JDOFatalDataStoreException

. Subclasses may override this method in order to produce a locale-specific message. For subclasses

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