ObjectDB Database Search
101-150 of 176 resultscan't get HashMap out of the database
Fields: @Id @GeneratedValue Long id; private String name; private Date signingDate; private HashMap ... = name; this.signingDate = new Date (System.currentTimeMillis()); map.put(name, signingDate.toString ... object is: @Embeddable public class Guest implements Serializable { private String name; private Date
|
|
How to use JOIN FETCH?
. Date ; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.persistence ... ; @OneToMany @MapKeyTemporal(TemporalType. DATE ) private Map addressHistory = new HashMap ... ; } public void addAddress( Date start,Address address) { addressHistory.put(start
|
|
Setting temp directory location in ObjectDB
operation only i.e. Date Modified time in the microsoft explorer window For example, parentfolder ... ; Date Modiefied parentfolder   ... ; Date Modiefied parentfolder  
|
|
JPQL JOIN FETCH Error
publishers left join fetch metadata.contributors contributors left join fetch metadata. dates dates left ... metadata.contributors LEFT JOIN FETCH metadata. dates LEFT JOIN FETCH metadata.types LEFT JOIN FETCH
|
|
Roadmap - no progress - any plans - transparency?
. Unfortunately we cannot provide a date for implementation of specific feature requests. ObjectDB 2.x ... release date for ObjectDB 3.0 yet, but it will not be before 2016. We understand that some customers ... features is the problem, and this why we will not commit to future dates . support Support
|
|
What role is the JDO in ObjectDB?
Mike Keith believe the JDO is out of date . Then what role of JDO in ObjectDB? Will our codes with JDO be out of date ? Due in part to some of the failures of the EJB persistence model, and some ... of JDO by ObjectDB is currently the most extended and up to date among all the JDO implementations
|
|
_PersistenceException: Type is not found on getSingleResult.
; @Temporal(TemporalType. DATE ) private Date fechaNacimiento;  
|
|
Speeding up reporting queries with size() on list
Hi, I'm working on some reporting stuff in our application. One of few different reports should include activity on last modified objects. The query for now looks like this: select date (insp ... Inspiration insp order by date (insp.lastModificationDate) desc insp.description is normal String
|
|
Database corrupted after schema change
; private boolean deleted; private Date modificationTS; private transient boolean saving; private Date
|
|
Failed to commit transaction: Attempt to reuse an existing primary key value (613)
. @Test public void testONA() { try { SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy"); Date ... ", "Clark", "SmithClark", "ClarkSmith", "123456789", "jonsc@gmail.com", new Date (2001, 8, 1)); ev
|
|
virtual 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
|
|
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
|
|
ObjectDB 2 JDO Manual
that keeping two manuals up to date is a lot of work, but I would suggest that you a least make ... ) for more documentation? This is one of the problems with JDO today: No new books and merely no up to date resources. You can either use DataNucleus documentation or the JDO specification pdf. If up to date
|
|
ObjectDB 2.3.6
LEFT OUTER JOIN. Fixed GROUP BY DATE (...) - merging AM and PM into the same date .
|
|
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
|
|
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
|