ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
2

javax.persistence.TransactionRequiredException

. Constructs a new TransactionRequiredException exception with the specified detail message. Parameters ... ) or Throwable(String,Throwable), this method cannot be called even once. Parameters: cause ... and its backtrace to the specified print stream. Parameters: s - PrintStream to use for output Since: Java
2

getParameterValue(position)

Method javax.persistence.Query Object getParameterValue( int position ) Return the value bound to the positional parameter. Parameters: position - position Returns: parameter value Throws: IllegalStateException - if the parameter has not been been bound IllegalArgumentException - if the parameter with the specified position does not exist Since: JPA 2.0
2

javax.persistence.PersistenceUnitUtil

yet have an id. Parameters: entity - entity instance Returns: id of the entity Throws ... to unintended loading of state. Parameters: entity - whose load state is to be determined Returns ... . Parameters: entity - entity instance whose load state is to be determined Returns: false if the entity
2

javax.persistence.Tuple

tuple. The first position is 0. Parameters: i - position in result tuple Returns: value of the tuple ... . Get the value of the tuple element to which the specified alias has been assigned. Parameters ... . Parameters: i - position in result tuple type - type of the tuple element Returns: value of the tuple
0

jdoNewObjectIdInstance(o)

identity, if the parameter is of one of the following types, the behavior must be as specified: Number or Character: the parameter must be the single field type or the wrapper class of the primitive field type; the parameter is passed to the single field identity constructor ObjectIdFieldSupplier
0

newObjectIdInstance(pcClass, obj)

a new instance of the class used by the parameter Class for JDO identity, using the key constructor ... . For classes that use single field identity, if the parameter is of one of the following types, the behavior must be as specified: Number or Character: the parameter must be the single field type or
0

makePersistentAll(pcs)

persistent. Parameters: pcs - an array of instances Returns: the parameter instances for parameters in the transient or persistent state, or the corresponding persistent instance for detached parameter instances, in the same order as in the parameter array Since: JDO 1.0 See Also: makePersistent(Object pc)
0

retrieve(pc, useFetchPlan)

intends to use the instance, and its field values must be retrieved. If the useFetchPlan parameter is false, this method behaves exactly as the corresponding method without the useFetchPlan parameter. If the useFetchPlan parameter is true, and the fetch plan has not been modified from its default setting
0

execute(p1, p2, p3)

and return the filtered Collection. Parameters: p1 - the value of the first parameter declared. p2 - the value of the second parameter declared. p3 - the value of the third parameter declared. Returns: the filtered Collection. Since: JDO 1.0 See Also: executeWithArray(Object[] parameters)
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

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