ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
5

JPA / JDO Class Enhancer

objects. With no enhancement, only persistent collection and map fields can be loaded lazily (by using proxy objects), but persistent fields that reference entity objects directly
5

Eclipse Public License - v 1.0

, if any, and such derivative works, in source code and object code form. b) Subject to the terms ... the Contribution of such Contributor, if any, in source code and object code form. This patent ... to distribute the Program in object code form under its own license agreement, provided that: a) it complies
5

JPA Named Queries

" that retrieves all the Country objects in the database: @NamedQuery(name="Country.findAll", query ... mainly for Object Relational Mapping (ORM) JPA providers and less so when using ObjectDB ... classes that have objects in the database. However, an attempt to use a named query still might fail
1

Step 2: Entity Class and Persistence Unit

To store objects in an ObjectDB database using JPA we need to define an entity class: Open the [New ... fill the fields with arbitrary values to enable it. A new entity class that should represent Guest objects in ... is adding a Spring DAO Component class that will manage Guest entity objects.
1

Step 4: Add a Controller Class

Guest entity object is constructed and stored in the database. Processing is forwarded to a JSP page ... the GuestDao component to display the existing Guest objects. The returned ModelAndView object defines
1

Step 2: Entity Class and Persistence Unit

To store objects in an ObjectDB database using JPA we need to define an entity class: Open the [New ... to create the new class. A new class that should represent Guest objects in the database was created in ... database url. The next step is adding an EJB Session Bean that will manage Guest entity objects.
1

Step 3: Define a Spring DAO Component

Operations on the database will be performed by an instance of a Data Access Object (DAO) that we will define in this step as a Spring MVC component: Open the [New Java Class] dialog box by right ... Guest entity object in the database. getAllGuests - for retrieving all the existing Guest objects
1

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Open the [New ... to create the new class. The new class should represent Guest objects in the database. Use copy ... + ")"; } }  The new class should represent Guest objects in the database. Besides the @Entity
0

javax.jdo.spi.StateManager

for the field Since: JDO 1.0 Object getObjectField( PersistenceCapable pc, int field, Object currentValue ... : the new value for the field Since: JDO 1.0 Object getObjectId( PersistenceCapable pc) Return the object representing the JDO identity of the calling instance. Return the object representing the JDO
0

javax.jdo.spi.JDOImplHelper

javax.jdo.spi Class JDOImplHelper java.lang.Object javax.jdo.spi.JDOImplHelper This class ... - a Class to be checked for JDOPermission("setStateManager") Since: JDO 1.0.1 Object construct(String ... 1.0 void copyKeyFieldsFromObjectId(Class pcClass, ObjectIdFieldConsumer fm, Object oid) Copy fields

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