ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
44

get(i, type)

Method javax.persistence.Tuple X get( int i, Class<X> type ) Get the value of the element ... tuple type - type of the tuple element Returns: value of the tuple element Throws: IllegalArgumentException - if i exceeds length of result tuple or element cannot be assigned to the specified type Since: JPA 2.0
44

valueOf(name)

Static Method javax.persistence.metamodel.Type.PersistenceType PersistenceType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum
44

subquery(type)

Method javax.persistence.criteria.AbstractQuery Subquery<U> subquery( Class<U> type ) Create a subquery of the query. Parameters: type - the subquery result type Returns: subquery Since: JPA 2.0
44

get(alias, type)

Method javax.persistence.Tuple X get( String alias, Class<X> type ) Get the value of the tuple ... element type - of the tuple element Returns: value of the tuple element Throws: IllegalArgumentException - if alias does not correspond to an element in the query result tuple or element cannot be assigned to the specified type Since: JPA 2.0
44

values()

Static Method javax.persistence.metamodel.Type.PersistenceType PersistenceType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate ... ) Returns: an array containing the constants of this enum type, in the order they are declared
44

function(name, type, args)

Method javax.persistence.criteria.CriteriaBuilder Expression<T> function( String name, Class<T> type, Expression[]<T> args ) Create an expression for the execution of a database function. Parameters: name - function name type - expected result type args - function arguments Returns: expression Since: JPA 2.0
44

getPersistenceType()

Method javax.persistence.metamodel.Type PersistenceType getPersistenceType() Return the persistence type. Returns: persistence type Since: JPA 2.0
44

getJavaType()

Method javax.persistence.metamodel.Type Class<X> getJavaType() Return the represented Java type. Returns: Java type Since: JPA 2.0
44

function(name, type, args)

Method javax.persistence.criteria.CriteriaBuilder Expression<T> function( String name, Class<T> type, Expression... args ) Create an expression for the execution of a database function. Parameters: name - function name type - expected result type args - function arguments Returns: expression Since: JPA 2.0
4

InstanceLifecycleEvent(source, type, target)

Constructor javax.jdo.listener.InstanceLifecycleEvent InstanceLifecycleEvent( Object source, int type, Object target ) Creates a new event object with the specified source, type, and target. Parameters: source - the instance that triggered the event type - the event type target - the "other" instance Since: JDO 2.0

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