 9 | );
PersistenceManager pm = pmf.getPersistenceManager(); I am getting an error Source attachment does not contain source for File PMF.class. I had added the zip file jdo_2.2.zip as source. Please help need ... snippet mentioned above in Eclipse it asks me to provide source code at debug time. I provided |
 9 | 1.0 void deletePersistent(Object pc) Delete the persistent instance from the data store. Delete the persistent instance from the data store. This method must be called in an active transaction. The data store object will be removed at commit. Unlike makePersistent, which makes the closure |
 9 | Is ObjectDB Open Source? If not, why not? Are there any plans to start becoming more open source? ObjectDB is not open source and currently there are no plans to make it open source. ThreaT |
 9 | .GenericTypeResolver.getTypeVariableMap(Ljava/lang/Class;)Ljava/util/Map; from class org.springframework.data.util ... class org.springframework.data.util.ClassTypeInformation
at org.springframework.beans.factory.support ... org.springframework.data.util.ClassTypeInformation
at org.springframework.data.util |
 8 | and other files: Annotations not supported in -source1.3 (use -source 5 or higher ..) Generics not supported in -source1.3 (use -source 5 or higher ..) (Note that the version of Java I ran Maven as |
 8 | I'm just starting to work on small Open Source project. Currently I'm selecting suitable persistence layer. ObjectDB looks like a very good fit, but I can't justify buying license for 500 ... of less restrictive ObjectDB license for Open Source project. Thank you for your answer. I |
 8 | , Java Data Objects 2.0 Specification" Object getSource() Object getSource() The source object ... InstanceLifecycleEvent(Object source, int type) Creates a new event object with the specified source and type. Creates a new event object with the specified source and type. Parameters: source - the instance |
 8 | Source control of database |
 8 | is the main data provider within our solution. In the past we often discovered performance problems when it came to transactions with lots of entities. We have a scenario in which we need efficient data ... we access the data block by block - in each block step by step and in each step value by value |
 8 | system. However we want to work on one of the aspects that is the data should be able to pulled out of the ObjectDB to some sort of Big Data File system or Relation DB for reporting / analytics ... our OLTP to be affected by data intensive reporting and analytics requirements. This could be handled |