ObjectDB Database Search

151-174 of 174 results

Upgrade to Java 8 won't run

. Constructor .newInstance( Constructor .java:408) at org.codehaus.groovy.reflection.CachedConstructor.invoke

Join query problem with new statetment

;this.productName = productName;     } getters and setters below constructor

can't get HashMap out of the database

map = new HashMap (); // Constructors : public Guest() { } public Guest(String name) { this.name

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

lastInstanceInMap; protected Container() { // Empty constructor for JPA } public void generateMapItems

Visibility of changes in Transaction is not visible to a JPA QL Query

;  * Default constructor .      */     public SLSBObjDb

Error 613 - i cant put a list into a Squad object

;   // TODO Auto-generated constructor stub     }    

@Convert is not supported?

provided protected no arg constructor for ObjectDb so that only db can instantiate it, otherwhise I

Updating Entities

constructors for the creation, validation, and modification of my persistent objects. Uses my personal

Saving custom list which implements java.util.List fails

using a no-arg constructor .   3) But I can open the db-file programatically (from within my code

Using the wrong class to access a database

y; // Constructor : Point (int x, int y) { this.x = x; this.y = y; } // Accessor Methods: public int

NullPointerException while setting a new property value

removeCompleted; //some other @Transient properties // 2 constructors //.. } Can somebody help me? Thank

GWT RPC is throwing serialization exception when I have object db date value

(instead of RPCing my entities) and in the set methods or constructor (depending on how I do it) I

Examples of queries

expressions: Multiple SELECT Expressions Result Classes ( Constructor Expressions) What you need is not

Criteria query error: Unexpected query token

'FROM' (SELECT is expected) [Proxied because : Could not find suitable constructor ] at com.objectdb.o

Unexpected internal exception during set field of an Embeddable to null

; SignalValue pointedToInstanceValue;     /**      * Constructor

JPQL keyword in entity - what to do?

It seems that the constructor is not found - try changing the 2nd argument from Long to long. support

Should derived fields of an EmbeddedId be manually maintained by app code?

java.lang.Integer lastInstanceInMap; protected EContainer() { // Empty constructor for JPA } public

how to operate with same object but two different Thread on database.

Hi,    i have two thread one is for insert data another is for update data but in same object and same database. Description: i have three classes  GetterSetterclass.java here declare variables and Getter and setter method constructor and to-string method. Insert.java   Here i

JPA - ExceptionInInitializerError when creating EntityManager

.getValue(); emTemp.close(); emf.close(); } //Empty Constructor public void Main() { } public static void

@FetchGroup in JPA similar to JDO

have to convert tuples to objects. I know that you can add many constructors to Entity and change query

Best practise loading big data

the no-arg constructor ), one per open database / entity type, as explained in that thread. Let's separate

ClassCastException in Tuple.get

to replace multiselect and tuple queries with constructor select and calls to CriteriaBuilder.construct

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

Issue with DISTINCT Select

has a constructor that gets  IndividualContact and a String . support Support Sorry but still not working