Internal Website Search
51-100 of 200 resultsTime Sequence Object Command DB We (www.s2ssystems.com) have a time -sequential object command database. I would like ... of this database are: Each transaction has a time -stamp which is the time the transaction was added to the database. The user can efficiently restore the data-model to a specified time which requires | |
Insert time increases as db grows.; then 11 seconds and so on. Should I change my config in some way to get more stable insertion time ... after every commit , to avoid further performance loss over time . support Support Well, I'm using Spring Data JPA ... the same results: insertion time grows as db grows. 4410 Arsenii I've just set enhancer as javaagent | |
ObjectDB Parsing taking huge processing time below, but it is taking a significant amount of processing time even though we don't have a large ... , which can be called many times per database to create database connections is much faster. That said, some ... data that shows where time is spent by this method. support Support Hi Team, We have taken thread | |
java.lang.NoClassDefFoundError: java/time/LocalDate.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/ time /LocalDate java.lang.NoClassDefFoundError: java/ time /LocalDate at com.objectdb.o.VUT. (VUT.java:71) at com.objectdb.o.RAT.l(RAT ... .Main2.main(Main2.java:12) Caused by: java.lang.ClassNotFoundException: java. time .LocalDate at java | |
java.sql.Time field off by 30 minutes Hihi, I'm wondering if this is a bug. I have a simple entity with java.sql. Time field. On writing ... +30min time . rwaters Richard Currently there is no known bug that may cause this. Maybe ... Thank you for the test case. Here is a revised version that also prints the default time zone | |
Does "error 522" (connect timed out) have something to do with restrictions despite license activation?.88.206:6136 (connect timed out) (error 522) at com.objectdb.jpa.EMF.createEntityManager(EMF.java:152 ... .181.88.206:6136 (connect timed out) at com.objectdb.o.MSG.a(MSG.java:77) at com.objectdb.o.CLS.x ... .SocketTimeoutException: connect timed out at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method | |
Maven driven compile time ehnancement classes during compile time . Just add the following to your pom.xml:   ... ; guest.Guest Actually, your phase is a better choice than mine, as mine only does compile time ... . support Support Ahh ok yes that makes sense. I've seen the issue many times in other systems | |
Compile time enhancement using build.xml of a Netbeans web application of a Netbeans web application project to specify ObjectDB compile time enhancement, for both single ... for Netbeans uploaded here would be very helpful. Until now I have been working with run- time enhancement ... enhancement and JRebel , as reported under: JRebel integration feature , so I want to try compile time | |
Query execution time issue about 10-12 seconds. If i remove ANY 5 left joins, query execution time drops to about 50 milliseconds. Adding a new left join on remaining 8 slows down query execution time drastically. Please help ... to, for exmple, 9 query execution time drops to about 60 milliseconds. Kind regards, Pero Pero | |
log entry date/time It would be very useful if each entry in the log file has a date/ time stamp. Thanks, Carl FastModel Ben Schreiber Version 2.2.2 adds date/ time stamps to the log. Thank you for your suggestion. support Support | |
EntityManager creation taking long time during the time of issue: From our logs the issue seems to have occurred between 3:45 am to 4:15 am on Nov 22nd ... such long wait times ? CAPdev CAP Dev There are no known issues that may be related. How do you know | |
EntityManager.refresh takes a long time EntityManager.refresh takes a long time for entity object Person in this code: logger.log(Level.INFO, "begin select for person " + new Date().toString());   ... only objects in his context? Operation time reaches 30 - 40 seconds. Please help to understand why.  | |
Option or strategy to disable/skip runtime enhancement checks (to improve load time)? Maven-based compile- time enhancement applied to entity modules (only), so I know these checks ... load time ) ? webel Dr Darren Kelly Please provide more information about these checks, such as log messages or stack traces. support Support | |
First persist takes long time We detected that the first Persist() of an entity take much longer than all subsequent calls. We have a small example (see Appendix) which outputs the following times : First transaction with persist ... : Could you explain the long time for first persist? btc_es BTC EmbeddedSystems Some operations | |
package.jdo validation error (Connection timed out) timed out: connect NestedThrowables: java.net.ConnectException: Connection timed out: connect The same | |
Post-compilation enhancement vs Automatic Run-time enhancement We are getting massively different results on field loading between explicit post-compile enhancement and automatic run- time enhancement. Testing exactly where and when the results are different for our demo web app is a very time consuming task, and very difficult, it means testing literally 100s | |
Retrieve latest entry in a time-series As mentioned elsewhere, subqueries are not currently supported. A subquery is the way that seems recommended to get only the latest entry in a time series (e.g. the latest time -clock entry for all employees). Is there an ObjectDB way to get the latest entry in a series?  | |
Issue with compile time enhancement I have an entity library which I have integrated build time enhancement in. The enhancer reports it has processed all of my persistent classes. When I attempt to run a Bootstrap process with this library I get the error shown below. The entity referenced in the error (Terms | |
Group by date / time support these expressions (as an extension to JPA) - support of date/ time methods ( YEAR , MONTH | |
java.time.* I get errors when trying to persist anything in java. time .* For example LocalDate, Month, Period. Will these be supported sometime in the future? scoobyrooster Jason Java 8 date and tome is not supported yet, except by serialization (which is not recommended and disabled by default | |
Open several objectdb databases the same time Golyshkin In embedded mode a database can only be accessed by one process at a time . The server mode | |
Java 8 time APIJava 8 time API | |
several times a day queries take several minutes))) that normally take around 10 seconds but sometimes several times a day take around 3-10 minutes | |
queries more than 10 times slower using 2.8.1 versus 2.7.6 to avoid to again and again transfer this huge database, we are a bit under time pressure hgzwicker | |
Query becomes slower on moving from ObjectDB 1.x to ObjectDB 2.x to execute the query, still it is taking the same amount of time . 11-Sep 14:55:58 ERROR [JDORepository.retrieve:482] Start Time : class com.anritsu.eu.rtd.logger.rtdtool.LogEntryAttributeImpl 11-Sep 14:56:34 ERROR [JDORepository.retrieve:484] End Time Time 11-Sep 14:56:34 ERROR  | |
javax.persistence.EntityManagerFactory each time it is invoked. The isOpen method will return true on the returned instance. Return: entity ... time it is invoked. The isOpen method will return true on the returned instance. Parameters: map ... with the specified synchronization type. This method returns a new EntityManager instance each time it is invoked | |
javax.persistence.TemporalType java.sql.Date Since: JPA 1.0 TIME Map as java.sql. Time Since: JPA 1.0 TIMESTAMP Map as java.sql | |
javax.persistence.criteria.CriteriaBuilder currentTime () Create expression to return current time . Return: expression for current time | |
javax.persistence.Enumerated: public enum EmployeeStatus {FULL_ TIME , PART_ TIME , CONTRACT} public enum SalaryRate {JUNIOR, SENIOR | |
CriteriaBuilder.currentTime() - JPA Method JPA Method in javax.persistence.criteria.CriteriaBuilder Expression currentTime () Create expression to return current time . Return: expression for current time Since: JPA 2.0 | |
javax.persistence.LockTimeoutException part of an API call, at, flush or at commit time . The current transaction, if one is active, will be not | |
javax.persistence.PessimisticLockException time . The current transaction, if one is active, will be marked for rollback. Since: JPA 2.0 Public | |
EntityManagerFactory.createEntityManager() - JPA Method JPA Method in javax.persistence.EntityManagerFactory EntityManager createEntityManager () Create a new application-managed EntityManager . This method returns a new EntityManager instance each time it is invoked. The isOpen method will return true on the returned instance. Return: entity manager | |
EntityManagerFactory.createEntityManager(synchronizationType,map) - JPA Method. This method returns a new EntityManager instance each time it is invoked. The isOpen method | |
javax.persistence.OptimisticLockException time . The current transaction, if one is active, will be marked for rollback. See Also: EntityManager | |
EntityManagerFactory.createEntityManager(synchronizationType) - JPA Method time it is invoked. The isOpen method will return true on the returned instance. Parameters | |
EntityManagerFactory.createEntityManager(map) - JPA Method JPA Method in javax.persistence.EntityManagerFactory EntityManager createEntityManager ( Map map ) Create a new application-managed EntityManager with the specified Map of properties. This method returns a new EntityManager instance each time it is invoked. The isOpen method | |
EntityManager.persist(entity) - JPA Method another PersistenceException may be thrown at flush or commit time .) IllegalArgumentException - if the instance is not | |
javax.persistence.Basic.Date , java.sql. Time , java.sql.Timestamp , byte[] , Byte[] , char[] , Character[] , enums, and any | |
javax.persistence.EntityManager the EntityExistsException or another PersistenceException may be thrown at flush or commit time | |
javax.persistence.QueryTimeoutException JPA Exception QueryTimeoutException java.lang.Object ∟ java.lang.Throwable ∟ java.lang.Exception ∟ java.lang.RuntimeException ∟ javax.persistence.PersistenceException ∟ javax.persistence.QueryTimeoutException Thrown by the persistence provider when a query times | |
javax.persistence.FlushModeType. The provider may flush at other times , but is not required to. Since: JPA 1.0 Public Static Enum | |
javax.jdo.PersistenceManager a JDOObjectNotFoundException if the instance does not exist at that time . Further, if a relationship is established ... to a single time source. Implementations use the setting of the server time zone to prepare a Date instance that represents UTC time on the server. Return: a Date instance corresponding to the UTC Date | |
PersistenceManager.getServerDate() - JDO Method JDO Method in javax.jdo.PersistenceManager Date getServerDate () Get the Date as seen by the server. Clients using this method can order their operations according to a single time source. Implementations use the setting of the server time zone to prepare a Date instance that represents UTC time | |
javax.jdo.Transaction data store locks until commit time . Return: the value of the Optimistic property. Since: JDO 1.0 ... of the restoreValues property Since: JDO 1.0 boolean getRetainValues () If true , at commit time ... setOptimistic (boolean optimistic) Optimistic transactions do not hold data store locks until commit time | |
javax.jdo.PersistenceManagerFactory (before the first time getPersistenceManager is called). The classes parameter identifies ... methods and can only be called when the PersistenceManagerFactory is configurable (before the first time | |
javax.jdo.Query, this can dramatically improve query response times . Parameters: ignoreCache - the setting ... .util class Date; or one of the java.sql classes Date, Time , or Timestamp; or a user-defined class | |
PersistenceManagerFactory.removeInstanceLifecycleListener(listener) - JDO Method when the PersistenceManagerFactory is configurable (before the first time getPersistenceManager is called). Parameters | |
PersistenceManagerFactory.addInstanceLifecycleListener(listener,classes) - JDO Method and can only be called when the PersistenceManagerFactory is configurable (before the first time getPersistenceManager | |
javax.jdo.annotations.VersionStrategy JDO Enum VersionStrategy java.lang.Object ∟ java.lang.Enum ∟ javax.jdo.annotations.VersionStrategy Enumeration of the version strategy values. Since: JDO 2.1 Enum Constants DATE_ TIME Since: JDO 2.1 NONE Since: JDO 2.1 STATE_IMAGE Since: JDO 2.1 UNSPECIFIED Since: JDO 2.1 VERSION_NUMBER |