ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
57

JDBC Driver name

Hello there, I am probably misunderstanding but here I go, How can configure the jdbc driver name for a grails application, the one in DataSource.groovy, in the same way for postgresql to: org.postgresql.Driver thanks Jim jminiko Jean-Marc INIKO Hello, I think it is not feasible as
57

A distinguished Name for server or explorer is good for maintaining!

(Connection timed out) (error 522) So, I need a name to kill it in OS task list! gzdillon Lai Yang This is a good idea. Thank you. support Support
57

com.objectdb.o.UserException: Ambiguous entity name

I get the com.objectdb.o.UserException: Ambiguous entity name A former embeddable class seems to be similar to a new entity class. However, I removed the embeddable class from all of my classes. Still I get this error and in the explorer I can find an entry for this embeddable class. How can I
55

How to create a wildfly datasource with dsJndi name to an objectdb database?

How to create a wildfly datasource with dsJndi name to an objectdb database?
11

Feature request: helpdesk user can change issue or support ticket page title/name

Feature request: helpdesk user can change issue or support ticket page title/name
11

Named Query Exception

Named Query Exception
10

JPA Entity Fields

relationship: @Entity public class Employee { String name; @ManyToOne Department department ... Department { @OneToMany(mappedBy="department") @OrderBy("name") List<Employee> employees ... FROM Employee e WHERE e.department = :d ORDER BY e.name The specified field ("name
10

Database Transaction Replayer

directory whose name is the name of the database file with the odr (ObjectDB Recording) suffix. By ... contains two types of files: Backup files - with names of the form <transaction-id>.odb Recording files - with names of the form <transaction-id>.odr A backup file is an ordinary ObjectDB database
2

Step 4: Add a Servlet Class

> Other... > Web > Servlet and clicking Next. The Java package name should be guest. Enter GuestServlet as the class name - use exactly that case sensitive class name. Click Finish to create the new ... { // Handle a new guest (if any): String name = request.getParameter("name
2

Step 4: Add a Controller Class

New > Java Class... Enter GuestController as the class name - use exactly that case sensitive class name. The Package should be guest. Click Finish to create the new Spring Controller class. Now ... ): String name = request.getParameter("name"); if (name != null

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