ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
36

createNamedQuery(name, resultClass)

Method javax.persistence.EntityManager TypedQuery<T> createNamedQuery( String name, Class<T> resultClass ) Create an instance of TypedQuery for executing a Java Persistence query language named query ... specified by the resultClass argument. Parameters: name - the name of a query defined in metadata
36

createNamedQuery(name)

Method javax.persistence.EntityManager Query createNamedQuery( String name ) Create an instance of Query for executing a named query (in the Java Persistence query language or in native SQL). Parameters: name - the name of a query defined in metadata Returns: the new query instance Throws
36

setParameter(name, value)

Method javax.persistence.Query Query setParameter( String name, Object value ) Bind an argument to a named parameter. Parameters: name - parameter name value - parameter value Returns: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond
36

setParameter(name, value, temporalType)

Method javax.persistence.Query Query setParameter( String name, Calendar value, TemporalType temporalType ) Bind an instance of java.util.Calendar to a named parameter. Parameters: name - parameter name value - parameter value temporalType - temporal type Returns: the same query instance Throws
36

setParameter(name, value, temporalType)

Method javax.persistence.Query Query setParameter( String name, Date value, TemporalType temporalType ) Bind an instance of java.util.Date to a named parameter. Parameters: name - parameter name ... : IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 1.0
35

UniqueConstraint.name

Annotation Element javax.persistence.UniqueConstraint String name (Optional) Constraint name. A provider-chosen name will be chosen if a name is not specified. Default value: "" Since: JPA 2.0
3

getFetchGroup(cls, name)

Method javax.jdo.PersistenceManager FetchGroup getFetchGroup( Class cls, String name ) Get a modifiable FetchGroup for the Class and name. If a modifiable FetchGroup already exists in ... for the FetchGroup name - the name of the fetch group Returns: the FetchGroup Throws: JDOUserException
3

JDOPermission(name, actions)

Constructor javax.jdo.spi.JDOPermission JDOPermission( String name, String actions ) Constructs a JDOPermission with the specified name and actions. The actions should be null; they are ignored ... : name - the name of the JDOPermission actions - should be null. Since: JDO 1.0
3

JDOPermission(name)

Constructor javax.jdo.spi.JDOPermission JDOPermission( String name ) Constructs a JDOPermission with the specified name. Parameters: name - the name of the JDOPermission Since: JDO 1.0
3

getFetchGroup(cls, name)

Method javax.jdo.PersistenceManagerFactory FetchGroup getFetchGroup( Class cls, String name ) Create an unscoped, modifiable FetchGroup for the Class and name. If a corresponding FetchGroup ... for the FetchGroup name - the name of the fetch group Returns: the FetchGroup Throws: JDOUserException

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