ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
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
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)

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 ) 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
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

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
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

makeTransient(pc, useFetchPlan)

parameter is false, this method behaves exactly as makeTransient(Object pc). The affected instance(s ... is unchanged. If the useFetchPlan parameter is true, then the current FetchPlan is applied to the pc parameter, as if detachCopy(Object) had been called. After the graph of instances is loaded
0

makeTransientAll(pcs, useFetchPlan)

parameter is false, this method behaves exactly as makeTransientAll(Object[] pcs). The affected ... 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

execute(p1, p2)

Method javax.jdo.Query Object execute( Object p1, Object p2 ) Execute the query and return the filtered Collection. Parameters: p1 - the value of the first parameter declared. p2 - the value of the second parameter declared. Returns: the filtered Collection. Since: JDO 1.0 See Also: executeWithArray(Object[] parameters)

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