ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
3

having(restriction)

Method javax.persistence.criteria.AbstractQuery AbstractQuery<T> having( Expression<Boolean> restriction ) Specify a restriction over the groups of the query. Replaces the previous having restriction(s), if any. Parameters: restriction - a simple or compound boolean expression Returns: the modified query Since: JPA 2.0
3

javax.persistence.criteria.Path

- expressions to be tested against Returns: predicate testing for membership Since: JPA 2.0 boolean ... is a compound selection. Returns: boolean indicating whether the selection is a compound selection
3

java.security.Permission

checkGuard(Object arg0) Parameters: arg0 - void checkGuard(Object arg0) Parameters: arg0 - boolean equals(Object arg0) Parameters: arg0 - String getActions() String getName() int hashCode() boolean
3

isDistinct()

Method javax.persistence.criteria.AbstractQuery boolean isDistinct() Return whether duplicate query results must be eliminated or retained. Returns: boolean indicating whether duplicate query results must be eliminated Since: JPA 2.0
3

having(restriction)

Method javax.persistence.criteria.Subquery Subquery<T> having( Expression<Boolean> restriction ) Specify a restriction over the groups of the subquery. Replaces the previous having restriction(s ... . Parameters: restriction - a simple or compound boolean expression Returns: the modified subquery Since: JPA 2.0
3

isAscending()

Method javax.persistence.criteria.Order boolean isAscending() Whether ascending ordering is in effect. Returns: boolean indicating whether ordering is ascending Since: JPA 2.0
0

setOrdering(ordering)

class. Valid field types are primitive types except boolean; wrapper types except Boolean; BigDecimal
0

getDetachAllOnCommit()

Method javax.jdo.PersistenceManager boolean getDetachAllOnCommit() Gets the detachAllOnCommit setting. Returns: the detachAllOnCommit setting. Since: JDO 2.0 See Also: setDetachAllOnCommit(boolean)
0

javax.jdo.spi.JDOPermission

(Object arg0) Parameters: arg0 - boolean equals(Object arg0) Parameters: arg0 - String getActions() int hashCode() boolean implies(Permission arg0) Parameters: arg0 - PermissionCollection newPermissionCollection()
0

getDetachAllOnCommit()

Method javax.jdo.PersistenceManagerFactory boolean getDetachAllOnCommit() Gets the detachAllOnCommit setting. Returns: the default detachAllOnCommit setting. Since: JDO 2.0 See Also: setDetachAllOnCommit(boolean)

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