ObjectDB Database Search
151-200 of 200 resultsvirtual servers and one file to distant file areas. Maybe depending on the creation date ? best regards Arne   ... . Maybe depending on the creation date ? It depends on your schema. Assuming you want to simulate random | |
java.lang.NullPointerException when using ORDER BY; private Date startDateTime; // Time stamp: start of recording ... is also a Date member like r.startDateTime. prolancer Emil Andonov As I was writing the previous | |
Composite indexes (kitchen, bedroom etc.) Date lastModificationDate; // date of last modification Float rating; //users | |
Transaction isolation support? locking (unless disabled in the configuration). You can use refresh to get an up to date version ... . Anyway, you can always refresh the User instance to get up to date content. support Support | |
@Convert is not supported? Does objectdb jpa implementation support @Convert annotation? (convertion of property before persistance and vice versa) for example @Convert(converter = MyConverter.class) private Date date ; I've wrote a test on this, and seems that my Converters methods are not executed at all (like | |
java.sql.Timestamp.getTime() not working.sql types, including Time, Date and Timestamp are not supported directly. The workaround ... . Date instead of Timestamp if applicable. support Support | |
Is there an administration tool with which I could create extra indexes? it using the @index annotation in your entity class. Open the database with the up to date ... ) to build the new index. Step 2 may be skipped if you run the Doctor (step 3) with your up to date classes in the classpath. support Support | |
How to add different timezone Hi, Objectdb stores the local timezone .How can i store different timezone? Is there any db level configuration? Manoj Manoj Kumar Maharana ObjectDB stores dates as timestamps without time zones and on retrieval restores exactly the same date objects. Please provide more details | |
schema update procedure on the client side is to synchronize all the persistable classes by sending the up to date schema of all these classes to the server. Therefore, the server should have the up to date schema as soon as | |
Recursive calls with @PreUpdate annotation and Glassfish OutOfMemoryError update(){ System.out.println(" ********* Called update() **********"); lastUpdatedDate = new Date ... ) line: 971 SimpleObjectDBTest$BaseEntity.__odbSet_lastUpdatedDate(SimpleObjectDBTest$BaseEntity, Date | |
java.lang.NoClassDefFoundError: java/time/LocalDate) { System.out.println(new Date ()); } gzdillon Lai Yang I removed the ObjectDB 2.8.6, and use ... date and time types) you have to use Java 8 or above, rather than Java 7 that you are currently using. support Support | |
user defined backup target Date /Time Information maybe: .. /Users/backup/mybackup.objectdb 2. What about the $odb File ... of the database file, and it would be located in a sub folder whose name reflects the date and time. Additional | |
Retrieve latest entry in a time-series; jshaffstall Jay Shaffstall The easiest solution is to order the results by date in descending order: SELECT FROM MyEntity e WHERE ... ORDER BY e. date DESC Then you can run | |
java.sql.Timestamp with milliseconds Using JPA with other providers java.util. Date will not provide support to store milliseconds, this can usually be overcome using (see here http://docs.oracle.com/javase/1.5.0/docs/api/java/sql ... .Timestamp, but I would like to use a single Date /Time field (ie, not milliseconds since the Epoch | |
Calculating age in query? Hi! I've got an issue: I have a birthdate as java.sql. Date and a separate field int age. However, of course the age is not accurate because it gets set only once. So what's the best bet (JPA ... ? thanks! Alex quasado Alexander Adam You can use a JPQL query with a simple date comparison: SELECT p | |
query hint nothing now. To check the up to date logging text of query plans that used that index run the query ... of the real queries. Although with an up to date hint text ObjectDB does use the index on the sample | |
Extending model by "common entity" { private String createdBy; private Date createdAt; private String modifiedBy; private Date modifiedAt | |
@Transient Hello, I have a persistent class which looks something like this: @Entity public class Test { private String string; private Date date ; @Transient private boolean test;   | |
How to avoid NULL values on Embedded entities) private Date fechaYhora; //Fecha en que se debe enviar el coche } public class Direccion {   | |
IDs of Entities suddenly became UUIDs? Maybe quasado can provide up to date information about this problem. Possibly there was a schema | |
GlassFish 3.1.2.2/JBoss 7.1.1.1.1 will be supported soon but we cannot commit to a specific target date . support Support ObjectDB | |
Explorer in 2.3 primitive. Right now you can only edit text or primitives (and I noticed you have a Date editor | |
Mismatch client-server protocol prefix LoginEvent(); event.setAccessType(AccessType.REST); event.setNote(note); event.setTimestamp(new Date | |
ObjectDB Manual. Update: The up to date manual in PDF format is now included in any download of ObjectDB . support | |
UTF Error with version 2.8.8 please post the up to date stack trace. support Support The Client side is 2.8.8 (a maven | |
Is 2 level cache in use? it up to date and the memory that it consumes. Therefore, it is disabled in the default configuration | |
Replication failed with an up to date copy of the master database in the slave $replication directory, and provide maximum permissions. support Support | |
Size of recording directory keeps growing be up to date with the latest odr file? im trying to understand how to use recording and replayer | |
Is it possible to remove parent/child entities without refresh? order to understand the problem, could you please explain in which way data in memory is not up to date | |
Vacuum - Reclaiming Unused Space In Odb (since it is more up to date ). Maybe you can check the replicated database before running a backup | |
after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown available hgzpincher Hans-Georg Zwicker The release date is unknown yet. If you would like | |
Queries are slow on a large database; private String sendingNodeId; private String receivingNodeId; private Date timeStamp; private String | |
Error opening database with ObjectDB Explorer when using composite key; @Id private String channel; private String name; private Date birthDate; private Gender gender | |
ClassCastException on SELECT NEW ... after UPDATE over Java RMI; emf.close(); } } Could you please provide an up to date database and query that can demonstrate this issue? support Support | |
@AttributeOverrides , and postgresql + own TYPE the column address because is not typical date type but user defined. I found some example in your sites | |
How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client? Acceptable Server: Apache-Coyote/1.1 Content-Type: text/html;charset=utf-8 Content-Length: 1067 Date | |
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 | |
Determining if Persistable Classes Have Trial Limitation Hi, I want to make our build automatically fail if classes are limited by the trial limitations (an up-to- date activation code is not present in objectdb.conf. I thought the way this used to work was that the Enhancer would not Enhance or sign the specified persistable classes | |
Error 990... and then new version?, dangit! Of course as soon as I post, I finally find the bottom of your very out- dated maven | |
Many clients access same database between different JVMs. You may have to refresh objects to get their up to date content. support Support | |
user defined backup file a subdirectory with date and time information), then move it to the real backup directory and delete ... It seems that there is already an undocumented parameter that you can use to replace the date /time pattern | |
ObjectDB 2.8.4 an Explorer bug in presenting composite IDs. Fixed a bug in using date and time query parameters in the Explorer ( issue #2587 ). Fixed a bug in using local dates with BETWEEN in queries ( issue #2583 | |
ObjectDB 2.5.5 some combinations of different wildcards. Fixed a bug in handling dates ( TemporalType. DATE | |
retrieval again and again started. that stack traces seem different, please report them in new threads with up to date details. support Support | |
com.objectdb.o.InternalException: null Customer spouse = null; private Date dateOfBirth = null;   | |
ObjectDB 2.3.5 Added support of DATE (...) and TIME(...) methods in queries. Added new Explorer and Server exe (for Windows 7 and 64 bits). Fixed handling a Calendar parameter value in criteria queries. Fixed using type operator and literals in client server queries ( issue #605 ). Fixed eager fetch issues. Fixed | |
each 1-2 days objects on some objectdb level lock/block each other and updates by type per minute), etc. a link for downloading the up to date 60GB database could also help | |
again merger missing logs + objectdb exception, including a position in the database in which there is an error. If you can share an up to date copy | |
Enhanced classes problem field date in field entity in field replicas in field replicas Could you please provide | |
Unexpected Exception (java.lang.NullPointerException: Cannot invoke "com.objectdb.o.ORS.Z9()) its up to date content to a snapshot of the object when retrieved from the database. In most cases |