ObjectDB Database Search
101-150 of 198 resultsObjectDB License Error I got.setPackagesToScan("com. example .jpa", "com.other.entities", "com.manage.jpa"); emf.setPackagesToScan("com ... should be performed on the same environment that the application runs on. For example , running | |
Complex Schema Upgrade not working? quasado Alexander Adam The configuration XML is not synchronized with the example (in package names | |
Disable Evaluation possibility Hello, we are now using quite old version, so I am sorry, if something changed in the meanwhile we have not yet had time to test newer version. Is it possible somehow to disable Evaluation completely, for example via some argument for ObjectDB server, or you could create separate jar | |
Programatic configuration or configuration file loaded from classpath or file classloader? If one or both are possible, could you please give some examples ? Thanks a lot! itsme Martin | |
like operator (String) the example user. The like statment operates like "test%" EclispeLink/OpenJPA/HibernateJPA | |
JPA inheritance issue with ObjectDB - Field not found in type error, for example , maybe it affected enhancement by other JPA providers that you use and the class files | |
GlassFish 3.1.2.2/JBoss 7.1.1 world objectdb deployment example ? Thanks. smik Konstantin similar problems | |
Duplicate Entity class names causes Exception in Query as my box reboots following an (large) upgrade. The example is not as complex as it looks | |
JDeveloper Is there a tutorial or instructions as how to setup a connection in JDeveloper to ObjectDB? Thanks nat nat101 Nat Gross No, but you may be able to use the Maven examples (included in the ObjectDB download file) by importing them to JDeveloper. support Support ok. thanks. nat101 Nat Gross | |
Storing XML files in ObjectDB Hello, Is it possible to store XML files in ObjectDB? Thanks st.clair.clarke St Clair Clarke ObjectDB can be used to store any type of data including XML. For example , you can define a generic Element entity and store the XML as a tree of Element nodes. Another option is to define an entity | |
Double persist of Entity field with Cascade.ALL case as explained in the posting instructions . If this is not possible (for example | |
Entity Type is not found (error 301) in Query a persistence unit or introduce the class to ObjectDB before the query, for example by:   | |
InternalError on query of empty database a more appropriate exception is thrown in this case (see this forum thread for example ). An internal exception | |
Low performance when getting grove roots classes on my classpath even if I do not need them (if I use Hibernate, for example | |
Optimistic locking: prevent version increment on entity collection attribute the first example : - Document class - Reading class - The Test class with a test method that creates | |
Performance and memory usage of queries of view, no object is loaded. An Example : [To get the error they please limit the memory to 512mb | |
Attempt to begin a new transaction when a transaction is active in order to persist records. For example : @EJB RecordDao recordDao; recordDao.storeRecord | |
ObjectDB Roles and Groups Hello, How can I incorporate roles/group in ObjectDB config file? I see no support for this. For example , I would like to place several users under a given group or role, but I see no way of doing this as no such element is present in the config file. Is it possible to have this? st.clair | |
Multi threading on DMOs by lazy loading It is possible to use lazy loading on fields of attached entities by several threads? Example : class EntityZ { @OneToOne(fetch = FetchType.LAZY) EntityX fieldX; @OneToOne(fetch = FetchType.LAZY) EntityY fieldY; @ElementCollection (fetch = FetchType.LAZY) List list; } We want to load the entity | |
Mismatch client-server protocol prefix to every transaction stops to work correctly. I also found multiple examples on the Internet where they don't | |
Problem with @UniqueConstraint/java/jpa/entity/index For example : @Unique ( members ={"lastName","firstName"}) And for a single | |
Problem with queries on lists with reverse mapping Hi, In version 2.4.2, when an object in a list is reversed mapped to the owning object, queries are returning objects of types that were not specified in the query. In the attached example the last test fails because the query returns both TeamA and TeamB objects where only TeamA was specified in | |
LEFT JOIN FETCH over empty embedded collection returns no results of the first collection, the result of the overall query is an empty set. To use the example from | |
Does ObjectDB support @Parent for @Embeddable reference to parent?/Embeddables# Example _of_an_Embeddable_object_annotations @Entity public class Employee { .... private | |
Selecting random rows Hello is there way to get random rows? Functions like rand(), random(), newid() doesn't work ;/ for example : em.createQuery("SELECT s FROM StawkaVat s ORDER BY rand()").setMaxResults(5).getResultList(); gives exception: Exception in thread "AWT-EventQueue-0" [ObjectDB 2.5.6_02] SELECT s FROM StawkaVat s == rand | |
connection pooling.xml file , for example to maximum 100 connections: support Support I'll | |
Memory use in OneToMany relationships all Instances of B into Memory when we query for A. Example : Class Pet holds | |
Incremental online backup the possibility to choose a restoration point? For example , I have a database that is backed | |
explorer feature request: ability to auto refresh Request for feature: Ability to auto-refresh an explorer view, say at regular intervals of a few seconds. (at a minimum one ought to be able to manually refresh, for example the list of persistent types). additionally, it would be useful to be able to view an embedded database (read only mode | |
Persist not working when ObjectDB and another db is used in the same application (through spring) with different tx managers Hi, Object are not being persisted when ObjectDB and another db is used in the same application (through spring) with different tx managers, please find an example of this below. Any help is greatly appreciate as we are currently evaluating ObjectDB to use in our new enterprise | |
Missing (null) elements in eager loaded references with no gradle or maven taken from the posting instructions example . Kevin Kevin Pfaff Thanks | |
Join query problem with new statetment execution. This might be caused by a schema change that is not fully supported. For example - changing | |
Cast exception? ObjectDB. Possibly JPA is available in the parent class loader separately from ObjectDB (for example | |
RT Java application recording into 100DB run OOM after a few hours. are per database. For example , the default cache size for database pages is 64GB per database, or 6.4GB per 100 | |
java.sql.Time field off by 30 minutes a simple runnable example to demonstrate this? support Support Attached. rwaters Richard | |
Embedding Managed Entities in Embedded Objects = bad idea). dmoshal David Moshal This limitation is unknown. It could help if you can demonstrate it with an example . support Support | |
Database corrupted after schema change, for example , using the Explorer, and see if you still see the issue. support Support Version 2.8.5 | |
Multiple files support for search and persist Hi , we have HP DL380 servers with many disks. I want search and persist faster by seperating db to seperate files ( Each file is binded to different disk ) How can i configure objectdb for multiple files ? is there any example ? eix128 Kadir BAŞOL An ObjectDB database is a single file | |
Adding objectdb-jee.jar to the maven repository; 1.1 The Maven examples | |
Compare two schemas or odb files For example , if we make a backup of our database it would be helpful to have the possibility to compare the backup schema (odb file) with the current version in the database and as result we should get the difference between the two schemas. It would also be sufficient, if we can compare object | |
Unlimited JPA Persistable Types to persistence. For example , being able to persist: private Thread thread; Since ObjectDB | |
ObjectDB tries to create a File in a localtion without write access which creates the file for example in %TEMP% btc_es BTC EmbeddedSystems Please try build 2.7.0_04. support | |
JQL-Update Queries fails with activated L2-Cache cautiously because bypassing the EntityManager may break its synchronization with the database. For example | |
JDO PersistenceManager.getSequence() returns null sometimes the sequence in the example to be named "testcase.seq"? What about sequences that are declared in | |
Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled objectdb. examples ; import java.util.HashMap; import java.util.Map; import javax.persistence | |
Dynamic Metadata (JDO 3.0) at build time. Dynamic metadata enables specifying metadata at runtime, for example , for dynamically | |
new objects not available in mappedBy associations. I'll try to find a 'real' example , and I'll also examine the FlushModeType.AUTO option as suggested | |
ObjectDB 2.2.3 Added support of @ElementCollection (for setting eager fetch of non entity collections, such as List ). Improved performance of eager fetch in queries. Added Maven build enhancement to the bundled examples . Fixed a schema evolution bug in renaming user types. Fixed a bug in handling schema | |
Can not have unique index on Byte Array more that once even if there are no 2 arrays or collections that are identical. For example if obj1 has [0 | |
Eager load Map still had the problem in the real application. It seems my example wasn't fully representative |