ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
3

java.sql.Time field off by 30 minutes

well. Timestamp works perfectly fine. Ps. dont think its a UTC issue. My system is set at far off UTC+30min time. rwaters Richard Currently there is no known bug that may cause this. Maybe it is related ... (System.currentTimeMillis());         java.sql.Timestamp mytimestamp =             new java.sql.Timestamp
3

Queries are slow on a large database

; private Date timeStamp; private String messageName; private String messageDetail ... index on timestamp: <class name="LogVolatileEntityImpl"> <extension vendor-name ... " value="logEntryId"/> <extension vendor-name="objectdb" key="index" value="timestamp
0

combined index not used

we take an endDate that is 30 days from the current date (in your case the date of the last Action). The endDate ... .doubleValue],extract(v$1,a:filter(filter(filter(filter(extract(a,type(Action[all])),(a.endDate>=current ... plan="extract(v$1,a:filter(filter(filter(filter(extract(a,type(Action[all])),(a.endDate>=current-java
0

javax.persistence.EntityExistsException

and the entity already exists. The current transaction, if one is active, will be marked for rollback ... time. The current transaction, if one is active, will be marked for rollback. Since: JPA 1.0 ... within this Throwable object information about the current state of the stack frames for the current thread
0

Use temporary files to enable very large transactions

the current transaction after creation. Unfortunately, we will receive an OutOfMemory exception ... results), currently the size of a transaction (i.e. the total size of database pages ... ). However, if you are interested in a quick solution, we may be able to increase the current
0

retrieveAll(useFetchPlan, pcs)

intends to use the instances, and their field values should be retrieved. The fields in the current fetch group must be retrieved, and the implementation might retrieve more fields than the current ... has not been modified from its default setting, all fields in the current fetch plan are fetched
0

javax.jdo.spi.Detachable

() This method calls the StateManager with the current detached state instance as a parameter and replaces the current detached state instance with the value provided by the StateManager. This method calls the StateManager with the current detached state instance as a parameter and replaces the current detached
0

retrieveAll(pcs, useFetchPlan)

intends to use the instances, and their field values should be retrieved. The fields in the current fetch group must be retrieved, and the implementation might retrieve more fields than the current ... has not been modified from its default setting, all fields in the current fetch plan are fetched
0

retrieveAll(pcs, useFetchPlan)

intends to use the instances, and their field values should be retrieved. The fields in the current fetch group must be retrieved, and the implementation might retrieve more fields than the current ... has not been modified from its default setting, all fields in the current fetch plan are fetched
0

javax.jdo.FetchPlan

and setDetachmentOptions. Specifies that fields that are not loaded but are in the current fetch ... and setDetachmentOptions. Specifies that fields that are loaded but not in the current fetch plan ... . The Set is a copy of the currently active groups and will not change based on subsequent changes

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