ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
9

javax.persistence.metamodel.IdentifiableType

to the id attribute declared by the entity or mapped superclass. Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass. Parameters: type - the type of the represented declared id attribute Returns: declared id attribute Throws: IllegalArgumentException
8

Schema Update

The <schema> configuration element supports renaming packages, classes and fields in ObjectDB databases as a complementary operation to renaming or moving these elements in the IDE during source code ... with persistable classes that have been renamed or moved in the IDE, with no matching schema configuration
8

Defining a JPA Entity Class

you might have noticed that the Point entity class has no primary key (@Id) field. As an object database, ObjectDB supports implicit object IDs, so an explicitly defined primary key is not required. On the other hand
8

Shared (L2) Entity Cache

is cached: boolean isCached = cache.contains(MyEntity.class, Long.valueOf(id)); Cached entity ... from the shared cache: cache.evict(MyEntity.class, Long.valueOf(id)); // Remove
1

JPA Web App Tutorial - Maven Project

project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.
1

Step 6: Set the Spring XML

/> <!-- Add JPA support --> <bean id="emf" class= "org.springframework.orm.jpa ... > </bean> <!-- Add Transaction support --> <bean id="myTxManager" class="org
1

Step 6: Set the Spring XML

/> <!-- Add JPA support --> <bean id="emf" class= "org.springframework.orm.jpa ... > <!-- Add Transaction support --> <bean id="myTxManager" class="org.springframework
1

Java EE JPA Tutorial - Maven Project

your GlassFish server. You may also open and run the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.
1

Getting Started with JPA - Maven Project

will download the ObjectDB jar automatically. You may also open and run the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.
1

Spring MVC JPA Tutorial - Maven Project

the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.

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