ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
160

Dependency from enhanced classes to the objectDB library

Hello, we have a Question to the dependency from enhanced classes (required for license ... should have no dependency down. The persistence Layers have a dependency to the business layer and to the central DataAccess Layer. The Central DataAccess Layer has a dependency on JPA & ObjectDB
151

Eclipse - Maven - Dependencies not getting automatically reflected

. I am able to create a Maven project but when trying to add Dependencies (select pom.xml - Dependencies - Add) artifactId's "Enter groupId, artifactId or sha1 prefix or pattern" which are inputted ... add Dependencies option? Thanks in advance destiny.sandeep Sandeep Is this question related
142

Standalone server needs dependencies?

Standalone server needs dependencies?
20

JPA / JDO Class Enhancer

-plugin</artifactId>      <version>1.6.0</version>       <dependencies>        <dependency ... >2.8.0</version>        <scope>compile</scope>      </dependency>        </dependencies
10

Step 1: Create a Maven Web Project

project. To add dependency on the Spring MVC Framework and ObjectDB and to automatically download ... </name> <url>https://m2.objectdb.com</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.objectdb</groupId> <artifactId>objectdb</artifactId
10

Step 1: Create a Maven Web Project

under Project Files in the [Project] window: To add dependency on the Spring MVC Framework and ObjectDB ... > <dependencies>   <dependency>    <groupId>com.objectdb</groupId>    <artifactId>objectdb</artifactId>    <version>2.8.1</version>   </dependency>   <dependency>   <groupId>org.eclipse.persistence
9

Value.dependent

Annotation Element javax.jdo.annotations.Value String dependent Whether the value is dependent on the owner (and will be deleted when the owner is deleted). Returns: whether the value is dependent on the owner Default value: "" Since: JDO 2.1
9

Key.dependent

Annotation Element javax.jdo.annotations.Key String dependent Whether the key is dependent on the owner (and will be deleted when the owner is deleted). Returns: whether the key is dependent on the owner Default value: "" Since: JDO 2.1
9

Element.dependent

Annotation Element javax.jdo.annotations.Element String dependent Whether the element is dependent on the owner, and will be deleted when the owner is deleted. Returns: whether the element is dependent on the owner, and will be deleted when the owner is deleted Default value: "" Since: JDO 2.1
9

Persistent.dependent

Annotation Element javax.jdo.annotations.Persistent String dependent Whether related object(s) of this member are dependent and so deleted when this object is deleted. Returns: whether the related object(s) of this member are dependent Default value: "" Since: JDO 2.1

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