ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
16

openejb jpa jaas module

* To change this template use File | Settings | File Templates. */ public class JPALoginModule ... methods use File | Settings | File Templates. // TODO Auto-generated method stub ... | Settings | File Templates. } succeeded = true; //Principals
3

javax.persistence.criteria.AbstractQuery

. It is not intended to be used directly in query construction. All queries must have: a set of root ... is Tuple. Otherwise, the result type is Object. Returns: result type Since: JPA 2.0 Set< Root ... of correlation. Returns empty set if no roots have been defined. Modifications to the set do not affect
3

javax.persistence.SqlResultSetMapping

Specifies the result set mapping to scalar values. Specifies the result set mapping to scalar values. Default value: {} Since: JPA 1.0 EntityResult[] entities Specifies the result set mapping to entities. Specifies the result set mapping to entities. Default value: {} Since: JPA 1.0 String name
3

javax.persistence.spi.PersistenceUnitInfo

the root of the persistence unit that have not been explicitly listed are to be included in the set ... been explicitly listed are to be included in the set of managed classes. This value corresponds to the exclude ... of the persistence unit that have not been explicitly listed are to be included in the set of managed classes
3

javax.persistence.ManyToMany

@JoinTable(name="CUST_PHONES") public Set getPhones() { return phones; } // In PhoneNumber class: @ManyToMany(mappedBy="phones") public Set getCustomers() { return ... .PhoneNumber.class) public Set getPhones() { return phones; } // In PhoneNumber class
3

java.lang.Throwable

the flexibility to change the implementation of the upper layer without changing its API (in particular, the set ... returns the cause that was supplied via one of the constructors requiring a Throwable, or that was set ... this method, a subclass can override it to return a cause set by some other means
3

javax.persistence.FlushModeType

<FlushModeType> Flush mode setting. When queries are executed within a transaction, if FlushModeType.AUTO is set on the Query or TypedQuery object, or if the flush mode setting for the persistence context is AUTO (the default) and a flush mode setting has not been specified for the Query or TypedQuery
3

javax.persistence.metamodel.SetAttribute

javax.persistence.metamodel Interface SetAttribute<X,E> Superinterfaces: Attribute<X,Set<E>>, Bindable<E>, PluralAttribute<X,Set<E>,E> Instances of the type SetAttribute represent persistent java.util.Set-valued attributes. Since: JPA 2.0 Class<T> getBindableJavaType() Return the Java type
0

javax.jdo.Transaction

a transaction. Begin a transaction. The type of transaction is determined by the setting of the Optimistic ... -only status is false. Either the application or the JDO implementation may set this flag using ... level) Set the value for transaction isolation level for this transaction. Set the value
0

setIgnoreCache(ignoreCache)

Method javax.jdo.Query void setIgnoreCache( boolean ignoreCache ) Set the ignoreCache option. The default value for this option was set by the PersistenceManagerFactory or the PersistenceManager used to create this Query. The ignoreCache option setting specifies whether the query should execute

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