Internal Website Search

101-110 of 200 resultsRefresh

Annotations not supported in -source1.3 (use -source 5 or higher ..)

, but on opening it in Netbeans 6.9.1 I got an error in Points.java and other files: Annotations not supported in -source1.3 (use -source 5 or higher ..) Generics not supported in ... see that this could explain the error) I could not figure out how to fix this in the points project in Netbeans, I

JPQL IN Operator

How can I use the standard JPQL IN operator with ObjectDB? This JPQL query works fine with EclipseLink / postgres but throws an exception in objectDB: in <== :capabilities and dv.creationtime >= :earliest and dv.creationtime <

Database is locked when in use

and paste the odb files in the file system but the same i was able to do it in object db 1.0. We supprt export functionality and if i am not allowed to copy it in objectdb 2.x ... > binitbhaskar Binit Bhaskar Using copy & paste to clone a database when it is in active use

Duplicate Entity class names causes Exception in Query

I have two Entities which have the same class name but reside in different packages, only one of them is mentioned in the persistence.xml. I a NamedQuery I use ... name for two different entity classes is not allowed in JPA. See the

List of Enum Values in an entity

Hello, I'm new with ObjectDB and just tried out the example in ... > The flags are stored into the database without any problem. In the explorer I can see that it is stored ... is enhanced, you may see a null value in the debugger before accessing

@ElementCollection query returning extra result per element in collection

that only became apparent with in the UI. The issue is that, I'm getting repeated results of the owning entity of an '@ElementCollection'. The entity returned is repeated for every element in the collection ... .8_06   Willks William It seems as a bug in an ObjectDB query

How the sort order (in queries) works for non english letters?

We are considering using ObjectDB in  project where target audience are czech ... , which is based on the order of the characters in Unicode. In Unicode, ordinary English letters are located ... your strings. You should store your strings in the database normalized, if possible. Normalizing

Stalling on "run File" in Netbeans when using -javaagent:lib/objectdb.jar

enhancement with Netbeans IDE 7.1. To enable enhancement I use the following in the Project ... fine for a Netbeans Web Application (that runs in Glassfish as web application container). in the VM Options, in which case the class begins to execute

How to convert a boolean to an int in the query?

How to convert a boolean to an int in the query? I have five parameters of type boolean in the entity object - approveEmail, approvePhoneNumber, ... I can not sort ... > because the parameters equivalent. I want to sort them in the query by their sum

'DROP TABLE' in ODB?

Let's say I no longer need some entity in my project and after deleting all the objects of this type in database I want to remove this type from schema. How can I do this? Is there something like SQL 'drop table' in ODB? lwalkowski Lukasz Walkowski This is currently not