ObjectDB Database Search

1-50 of 80 results

Date and Time in JPQL and Criteria Queries

such functions as an extension. ObjectDB supports 6 functions for extracting the YEAR , MONTH , DAY , HOUR , MINUTE and SECOND . For example: YEAR ({d '2011-12-31'}) is evaluated to 2011 . MONTH({d ... method, as follow: // Create expressions that extract date parts:    Expression year = cb

ObjectDB Object Database Features

profiling sessions). Unique data structures and algorithms (as a result of years of R&D). Outperforms

Eclipse Public License - v 1.0

to this Agreement will bring a legal action under this Agreement more than one year after the cause of action

TemporalType injection with Calendar using JPA

=3600000,endTimeMode=2]],firstDayOfWeek=2,minimalDaysInFirstWeek=4,ERA=1, YEAR =2011,MONTH=4,WEEK_OF_ YEAR =22,WEEK_OF_MONTH=5,DAY_OF_MONTH=30,DAY_OF_ YEAR =150,DAY_OF_WEEK=2,DAY_OF_WEEK_IN_MONTH=5,AM_PM=1,HOUR=7 ... ,minimalDaysInFirstWeek=4,ERA=1, YEAR =2011,MONTH=4,WEEK_OF_ YEAR =22,WEEK_OF_MONTH=5,DAY_OF_MONTH=30,DAY_OF_ YEAR =150

Group by date / time

Hi, I'm trying to create reporting query that will return entities grouped by year / mont / day. Each entity has it's own field that holds java.lang.Date. There is no function like YEAR (), MONTH ... WHERE YEAR (record_date) = 2009 GROUP BY YEAR (record_date), MONTH(record_date) or maybe

Should I use ObjectDB and JDO?

years old and don't cover annotations.  Is JDO and object databases (and therefore ObjectDB ... than JDO's. JPA turned out to be the right choice for me. I have about 10 years of development experience with GemStone S, moderate experience playing with db4o, and now several years with Objectdb. I

Grouping by date()

(from documentation): YEAR ({d '2011-12-31'}) is evaluated to 2011. MONTH({d '2011-12-31 ... have to group by date(). For few queries I was concatenating 'date' from year ()-month()-day() calls ...  in queries: DATE(ts) - Extracts the date part ( year , month, day) as a Date instance. TIME(ts

Failed to read the value of field using reflection (error 363)

am perplexed as I have use JPA and ObjectDB for years now. I could use your assistance in ... that has already been fixed. The stack trace is produced by ObjectDB 2.3.7, which is 2 years old now, and many issues have been fixed in the last 2 years . Please try switching to the last ObjectDB version

ObjectDB future

Hi, For how long ObjectDB will exist and will be actively maintained? Will it still be there in 10 years ? In 20 years ? Thanks. randomguy Anton Yes, ObjectDB is an active project and will probably be here in the next 10, 20 and 50 years . Your question is fair because the ODBMS market in general

ObjectDB and Spring Boot - sharing a simple working example

findAllByBirthDateYear ( int year );      @Query ( " Select p from Person p WHERE YEAR ( p . birthDate ) = : year " ) } In order to avoid the need to configure RDBMS in application

Roadmap

Hi I haven't used objectdb for 2 years and are considering to use it in a new project. Are there any news on objectdb 3.0, I have noticed there are no new releases for more than a year . Best regards peric.emil Emil Perić Actually there were several releases in the last year (including version 2.8

General Performance Issues Illustrated with a Specific Method

.getDays()); if (getAgeYears() 12) { setAge(period.getYears() + " years ."); } else if (getAgeYears() 0) { setAge(period.getYears() + " years and " + period.getMonths() + " months."); } else { setAge ... and please note that I have been following these documents for about 7 years now. You do not try

Installing a VM security fix leads to inactive DB

. It is really tiresome. As we bought the license years ago there was hinted at a automatic ... ;. However, we do not have control on the MAC address, and changes in recent years ... you are using an old 5- year version of ObjectDB. Newer versions (starting 2.9.3) are much better

JRebel integration feature

.' The JRebel technology is helping to save me months of development time per year , and it helps avoid ... , for the first time in years (I had tried JRebel many times before but the clashes with ObjectDB

Great product - needs better marketing - more popularity

on ObjectDB since the beginning of this year , but I think it would be much better if your db ... , and with relational and object DBMSs for over thirty years . I'm currently building foundation

Homepage and forum nearly inaccessible

, and it has been like that for 1 year , since I started using ObjectDB. I'm also accessing from Europe, and many ... (and we tried several different providers, including Amazon, in the last year ) hasn't solved

Mismatch client-server protocol prefix

;   } This code worked for a couple of years now and is used in multiple projects. mosi0815 ... this method for over 3 years now. It's from the early days of our software when we used MySQL

Getting sales quantity per country with a query, an idea anyone?

. YEAR ), to.get(Calendar.MONTH), 1);         if (to.after(now ... ;     from.set(from.get(Calendar. YEAR ), from.get(Calendar.MONTH), 1);   

How to move @Embedable collection to a dedicated entity class?

Hello I am using embedded objectdb in a 4  years old project. Over the years the data got bigger and now I want to make some performce improvements for some specific part of the code. Lets say we have a Parent and Child class with onetomany relation @Entity class Parent { @Id Long id

after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown

the engine that manages the database storage, at least in the last 2 years , so there is nothing in version 2 ... for years , the hope was that switching to 2.8 solves these problems (that was an advise of objectdb

ObjectDB 2 has been released and is now more affordable

Today, after years of hard work, ObjectDB 2.0 was released and is available for download. In addition, in order to make ObjectDB more affordable, the pricing model was changed: The prices of the Server, Site and OEM licenses were sharply reduced. ObjectDB 2.0 licenses will now include free updates

OptimisticLockException

Ran into this error for the first time (after many years of using odb): Caused by: com.objectdb.o._OptimisticLockException: Optimistic lock failed for object model.UserSession#28 (object has version 2 instead of 3) Also the first time I'm using odb in C/S mode rather than embedded

Pessimistic Lock Timeouts setting

assured, my prototype app (Stale as of july last year due to work commitments) has never seen the issue

What role is the JDO in ObjectDB?

, and if it had been introduced three years later, it might have been better accepted by a developer

OptimisticLockException

would have thought that would be done automatically. Having used objectdb for nearly 10 years now, all in

object creation during pmf.getPersistenceManager()

legacy, developed by two handred people by sevral years so i and my friend engaged in that rescue

Setting temp directory location in ObjectDB

was released many years ago when Java didn't provide a standard file locking). ObjectDB 1.x is now

Getting java.lang.ArithmeticException: / by zero

don't know why). You are using version 1.0.3 which is almost 7 years old. Many bugs have been fixed

Compile time enhancement using build.xml of a Netbeans web application

depth or adapt a build.xml for some years , and am not an expert with ANT. A complete example

Attempt to refresh a non managed entity object (error 635)

Just ran into a problem that I've not seen in 10 years of running ObjectDb: java.lang.IllegalArgumentException Attempt to refresh a non managed entity object (error 635) Nothing changed in my code, but I'm wondering if there is a problem with the config file, and /or my recent experiments

Recovery file does not match db file

delete it and restart the database server. Version 2.3.1 is nearly one year old - you should upgrade

Free version limitation and upgrading

Only the OEM license (which let you distribute ObjectDB to others) is renewed every year

IDs of Entities suddenly became UUIDs?

Hi, We're having our system with ObjectDB 2.4.5 in production since this year April and it works just fine. However, now we've discovered that suddenly partial Objects in some DBs in production do have a UUID String as their id instead of Long which is of course causing a lot of troubles. Note

user defined backup target

and backup-files at all), so over the years there will be Terabytes of useless old backup files

Roadmap - no progress - any plans - transparency?

the first years after the release of version 2.0, many critical bugs have been fixed. We are working

Opensource ObjectDB

I know you have answered this question some years ago, but I think about the databases that have recently "triumphed" like MySQL, MongoDB or SQLite and they are free databases. Also in the Java world we have the example of Hibernate (ORM) and Apache Hadoop (framework for Big Data). In my opinion

ObjectDB stability after power failure

I'm considering using ObjectDB in a system that is going to be running continuously without support instantly available for many years .  How stable is ObjectDB when it comes to power failures and unattended restarts?  Is database integrity maintained during such events?  I have seen

Feature Request: Improved ObjectDB Explorer

of the Explorer was developed about 15 years ago, and although it was adjusted to ObjectDB 2.0 and JPA, the look

Future JDO versions?

Steve Zara Development of JDO in the recent years is slow, and there are only a few JDO features

java.sql.Date equals comparison not working with CriteriaAPI

; Calendar cal = Calendar.getInstance();         cal.set(Calendar. YEAR

Activation Issue

the Retrieving Metamodel without Connection feature (which was implemented following your request two years ago

Upgrade to Java 8 won't run

I've been using ObjectDB with Groovy 2.1 and Java 7 for nearly a year .  Today, I updated everything to the latest revs (Groovy 2.3.6, Java 1.8.0_25, and ObjectDB 2.5.7_05), and now my application fails when opening the database. It's dying on one of these lines: emf = Persistence

[ODB1] Chapter 7 - JDOQL Queries

four lines of code prepare a Date instance representing the first day of the year 2000. The query

ObjectDB 2 JDO Manual

a university course on database technology. Last year we used odb104fe, and I was happy ... to me who have used Object databases for many years who are being lost due to a lack of JDO ... the ObjectDB product and company as a possible best and excellent solution to my persistence needs for at least the next five years . AlphaOne Ron Brennan

Negative snapshot user count exception

time (I think 2 years ?) without these issues, two possible factors may be relevant: Your move from ... .3.x would be a problem because development work I did this year relies on fixes and enhancements ... snapshot user count" report ( issue #556 ) was fixed 2 years ago. Possibly this is another bug

Inverse OneToMany Mapping and EmbeddedId

;   int platformSensor;     short year ;     byte month;   ... .id. year , v.id.month, v.id.day, v.id.hour, v.value from PlatformSensor ps, Value v where ps.sensor.name like ?1 and v.id.platformSensor=ps.id and v.id. year =?2 and v.id.month=?3 and v.id.day=?4  

Bug when using SIZE in combination with date lower parameter

parameter used in both queries is obviously not the same. For the first query it is 1 year in the future, for the second query 1 year in the past. Otherwise there would be no bug. My provided test case

ObjectDB 2.2.9

Added new configuration to enable / disable auto serialization of non persistable types (now disabled by default). Added support of date methods ( YEAR , MONTH , DAY , HOUR , MINUTE , SECOND ). Added support of  bypassing no arg constructors  of entity classes . Added support of using

'DROP TABLE' in ODB?

in a new Explorer, which is on our roadmap, but not for the next year . support Support Any Update

java 8 LocalDateTime is not working in query

will be implemented by objectdb soon.    Joe Joe Khan After now three years , why does ObjectDB still not