ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
2

toString()

Method java.lang.Throwable String toString() Returns a short description of this throwable. The result is the concatenation of: the name of the class of this object ": " (a colon and a space) the result of invoking this object's getLocalizedMessage method If getLocalizedMessage returns null
2

construct(resultClass, selections)

is used to specify a constructor that will be applied to the results of the query execution. If the constructor is for an entity class, the resulting entities will be in the new state after the query
2

createQuery(resultClass)

Method javax.persistence.criteria.CriteriaBuilder CriteriaQuery<T> createQuery( Class<T> resultClass ) Create a CriteriaQuery object with the specified result type. Parameters: resultClass - type of the query result Returns: criteria query object Since: JPA 2.0
2

createQuery(qlString, resultClass)

resultClass - the type of the query result Returns: the new query instance Throws: IllegalArgumentException - if the query string is found to be invalid or if the query result is found to not be assignable to the specified type Since: JPA 2.0
2

construct(resultClass, selections)

is used to specify a constructor that will be applied to the results of the query execution. If the constructor is for an entity class, the resulting entities will be in the new state after the query
0

toString()

Method java.lang.Throwable String toString() Returns a short description of this throwable. The result is the concatenation of: the name of the class of this object ": " (a colon and a space) the result of invoking this object's getLocalizedMessage method If getLocalizedMessage returns null
0

toString()

Method java.lang.Throwable String toString() Returns a short description of this throwable. The result is the concatenation of: the name of the class of this object ": " (a colon and a space) the result of invoking this object's getLocalizedMessage method If getLocalizedMessage returns null
0

setUnique(unique)

Method javax.jdo.Query void setUnique( boolean unique ) Specify that only the first result of the query should be returned, rather than a collection. The execute method will return null if the query result size is 0. Parameters: unique - if true, only one element is returned Since: JDO 2.0
0

setOrdering(ordering)

Method javax.jdo.Query void setOrdering( String ordering ) Set the ordering specification for the result Collection. The ordering specification is a String containing one or more ordering ... the results followed by one of the following words: "ascending" or "descending". The field must be declared
0

toString()

Method java.lang.Throwable String toString() Returns a short description of this throwable. The result is the concatenation of: the name of the class of this object ": " (a colon and a space) the result of invoking this object's getLocalizedMessage method If getLocalizedMessage returns null

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