ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
9

Schema Update

databases as a complementary operation to renaming or moving these elements in the IDE during source code ... is required when persistable classes are renamed or moved to another package. Running the application with persistable classes that have been renamed or moved in the IDE, with no matching schema configuration
9

Database Connection using JPA

of a persistence unit. As an extension, ObjectDB enables specifying a database URL (or path) directly, bypassing the need for a persistence unit. Any string that starts with objectdb: or ends with .odb or ... ObjectDB embedded directly in your application (embedded mode), an absolute path or a relative path
8

JPA Lifecycle Events

(added to the EntityManager). @PostPersist - after storing a new entity in the database (during commit or ... the database (during commit or flush). @PreRemove - when an entity is marked for removal in the EntityManager. @PostRemove - after deleting an entity from the database (during commit or flush). An entity
8

Database Management Settings

properly. Moving or copying a database file that has not been closed properly without its recovery file ... attribute (whose value is "true" or "false") specifies if a recovery file is used. The sync attribute (whose value is "true" or "false") specifies if physical writing is required before commit returns
8

Database Doctor

of the Operating System, Java or ObjectDB). Copying a database file while it is open and in use. Network or I/O failure when copying, moving or transferring a database file. Transferring a database file over FTP in ASCII mode (BINARY mode should be used). Deleting an ObjectDB database recovery file or
8

Database Schema Evolution

with default values (0, false or null). Fields in the old schema that do not have matching fields in the new ... and either the same type or a convertible type, as explained below. A matching field ... with a default value (0, false or null). The following type conversions are supported: From any numeric type
8

Comparison in JPQL and Criteria API

/ SQL Set 2 - Java / JDO Less Than < < Greater Than > > Less Than or Equal To <= <= Greater Than or ... == FALSE TRUE != TRUE FALSE Comparison operators are always evaluated to TRUE, FALSE or NULL. When both operands are not NULL (not shown in the table) the operator is evaluated to either TRUE or FALSE
7

Index Definition

. A PersistenceException is thrown on commit (or flush) if different entities have the same value in ... with no unique constraint or a unique index if unique="true"is specified (the default is false). The optional ... . When an entity object is stored in the database every indexed field must contain either null or
7

JPA Metamodel API

Metamodel API is Metamodel. It can be obtained either by the EntityManagerFactory's getMetamodel method or ... instance: // Get a managed type (entity, embeddable or mapped super classes): ManagedType ... to support an ID class when using multiple ID fields or properties. Finally, the EntityType interface
0

javax.jdo.JDOEntityManager

of Query for executing a named query (in the Java Persistence query language or in native SQL). Create an instance of Query for executing a named query (in the Java Persistence query language or in ... instance Throws: IllegalArgumentException - if a query has not been defined with the given name or

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