ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
3

isId()

Method javax.persistence.metamodel.SingularAttribute boolean isId() Is the attribute an id attribute. This method will return true if the attribute is an attribute that corresponds to a simple id, an embedded id, or an attribute of an id class. Returns: boolean indicating whether the attribute is an id Since: JPA 2.0
3

javax.persistence.EntityManagerFactory

manager factory has been closed Since: JPA 2.0 boolean isOpen() Indicates whether the factory ... : boolean indicating whether the factory is open Since: JPA 1.0
3

isOptional()

Method javax.persistence.metamodel.SingularAttribute boolean isOptional() Can the attribute be null. Returns: boolean indicating whether the attribute can be null Since: JPA 2.0
3

javax.persistence.Cache

false. Since: JPA 2.0 Learn how to use Cache in Chapter 3 of the ObjectDB/JPA manual. boolean contains ... Returns: boolean indicating whether the entity is in the cache Since: JPA 2.0 void evict(Class cls
0

getCopyOnAttach()

Method javax.jdo.PersistenceManager boolean getCopyOnAttach() Gets the copyOnAttach setting. Returns: the copyOnAttach setting. Since: JDO 2.1 See Also: setCopyOnAttach(boolean)
0

getDetachAllOnCommit()

Method javax.jdo.PersistenceManager boolean getDetachAllOnCommit() Gets the detachAllOnCommit setting. Returns: the detachAllOnCommit setting. Since: JDO 2.0 See Also: setDetachAllOnCommit(boolean)
0

javax.jdo.identity.ObjectIdentity

Since: JDO 2.2 boolean equals(Object obj) Determine if the other object represents the same object id ... Returns: true if both objects represent the same object id Since: JDO 1.0 boolean equals(Object obj
0

javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn

javax.jdo.spi Interface JDOImplHelper.StateInterrogationBooleanReturn This is an interface used to interrogate the state of an instance that does not implement PersistenceCapable. It is used for the methods that return a boolean value. Since: JDO 1.0 Boolean is(Object pc, StateInterrogation si
0

javax.jdo.spi.JDOPermission

(Object arg0) Parameters: arg0 - boolean equals(Object arg0) Parameters: arg0 - String getActions() int hashCode() boolean implies(Permission arg0) Parameters: arg0 - PermissionCollection newPermissionCollection()
0

javax.jdo.identity.IntIdentity

Since: JDO 2.2 boolean equals(Object obj) Determine if the other object represents the same object id ... Returns: true if both objects represent the same object id Since: JDO 1.0 boolean equals(Object obj

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