ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
2

setParameter(position, value, temporalType)

temporalType ) Bind an instance of java.util.Calendar to a positional parameter. Parameters: position - position value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter of the query
2

setParameter(position, value, temporalType)

temporalType ) Bind an instance of java.util.Date to a positional parameter. Parameters: position - position value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter of the query or if the value argument is of incorrect type Since: JPA 1.0
2

setParameter(position, value, temporalType)

, TemporalType temporalType ) Bind an instance of java.util.Date to a positional parameter. Parameters: position - position value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter
2

setParameter(position, value)

Method javax.persistence.Query Query setParameter( int position, Object value ) Bind an argument to a positional parameter. Parameters: position - position value - parameter value Returns: the same ... parameter of the query or if the argument is of incorrect type Since: JPA 1.0
2

setParameter(position, value, temporalType)

, TemporalType temporalType ) Bind an instance of java.util.Calendar to a positional parameter. Parameters: position - position value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter
2

setParameter(position, value)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( int position, Object value ) Bind an argument to a positional parameter. Parameters: position - position value - parameter value ... to a positional parameter of the query or if the argument is of incorrect type Since: JPA 2.0
0

declareImports(imports)

to identify the fully qualified name of variables or parameters. Parameters and unbound variables ... -separated statements. The String parameter to this method follows the syntax of the import statement of the Java language. Parameters: imports - import statements separated by semicolons. Since: JDO 1.0
0

makeTransientAll(useFetchPlan, pcs)

. If the useFetchPlan parameter is false, this method behaves exactly as makeTransientAll(Object[] pcs). The affected ... . The state of fields is unchanged. If the useFetchPlan parameter is true, then the current FetchPlan is applied to the pcs parameters and the entire graph of instances reachable via loaded fields
0

makeTransientAll(pcs, useFetchPlan)

. If the useFetchPlan parameter is false, this method behaves exactly as makeTransientAll(Collection pcs). The affected ... . The state of fields is unchanged. If the useFetchPlan parameter is true, then the current FetchPlan is applied to the pcs parameters and the entire graph of instances reachable via loaded fields
0

addInstanceLifecycleListener(listener, classes)

( InstanceLifecycleListener listener, Class[] classes ) Add the parameter listener to the list of instance lifecycle event ... is configurable (before the first time getPersistenceManager is called). The classes parameter identifies all of the classes of interest. If the classes parameter is specified as null, events for all persistent

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