ObjectDB Database Search
51-100 of 200 resultsvirtual servers and one file. Can you also check the cache that is available for files of this application by the OS / ESXi? How can I ... that is available for files of this application by the OS / ESXi?"? There plenty of RAM free ... by the OS in the large available RAM. Virtualization can restrict the available resources, i.e | |
persists and update together ? UPDATE c=VALUES(a)+VALUES(b); This query , inserts data or updates if its already available ... available then update if its available , if not add new object to db. This will make more cycle then on mysql on top. Is there any shortcut persists object if its not available | |
Corrupted Database or error in ObjectDBExplorer?) available in the the classpath (either in the Explorer or using your application) in order to update ... and then opening the database with the modified class available in the classpath. Removing that temporary persistent field, and again opening the database when the up to date class is available in | |
mapping file is not being loaded a simple configuration file to determine available persistence units, and then bootstraps ... other entity class that was reachable from the one I persisted was available via the Metamodel API ... : [Type T824$A] So the metadata is available even though the database is still empty. support Support | |
ObjectDB Manual) Is there such an option I'm unaware of on your website or could you make the manual available for offline reading? Very best regards, Paul pberger Paul Hello Paul, At the moment the ObjectDB manual is available only online on ObjectDB website. Hopefully, a PDF version of the manual will be available later | |
Vacuum - Reclaiming Unused Space In Odb this is available only offline and not when the database is open. support Support Thank ... for some recent transaction. Since replication is sequential if that transaction is available , all the preceding transactions are also expected to be available in the replicated database. support | |
Failed to synchronize replicated database future development. 2. The replication should catch up if all the transactions are available , i.e. transaction recording of the master is available from the moment of the last slave database update ... , since the last breakpoint (i.e. an available db backup), e.g. for debugging. In replication | |
ObjectDB current status of the BIRT plugin. My questions: - Is there a mistake in the tutorial or is the software update site (temporarily) not available ... ) is now available , which requires ObjectDB 2.5.3 or above (older versions can become available | |
PostUpdate on array changes A, but no events are fired. The documentation suggests a 'makeDirty()' method, but this seems only available on JDO. Question: Is array tracking only available with the JDO api ? dmoshal David Moshal   ... . Is array tracking only available with the JDO api ? Yes. Earlier you mentioned lists. Arrays | |
Newbie : How to return the auto-generated ID Deepak Mishra The id is available in the id field so you can simply access it. By default, however, the allocated value is available only after commit or flush and not after persist . If you need to have the id available earlier (immediately after persist ) - you have to switch to sequence or table value generation strategy. support Support | |
ObjectDB shuts down to keep the necessary amount of RAM available for itself. I experienced something similar when my app server (Tomcat/Tomee) was using too much memory (out of the total available ), thus CentOS was killing it. zmirc ... will be available . Thanks peric.emil Emil Perić When the server is shutting down, do you see a stop | |
InterfaceRef jakarta.persistence.PersistenceUnitUtil entity) Return the id of the entity. A generated id is not guaranteed to be available ... of the entity. A generated version is not guaranteed to be available until after the database insert | |
ClassRef jakarta.persistence.PersistenceConfiguration of an EntityManagerFactory . The configuration options available via this API reflect the similarly-named ... is required, a CDI Producer may be used to make the EntityManagerFactory available as a CDI managed | |
PersistenceProviderResolver.getPersistenceProviders() - JPA Method JPA Method in jakarta.persistence.spi.PersistenceProviderResolver List getPersistenceProviders () Returns a list of the plain implementations available in the runtime environment. Return: list of the persistence providers available in the environment Since: JPA 2.0 | |
AnnotationRef jakarta.persistence.PrePersist class, a mapped superclass, or a callback listener class. A generated primary key value is available ... primary key generation, the generated primary key is not available when this callback occurs | |
Exporting the data out of the ObjectDB. support Support Thank you so there is no out of box tool that is available , i will essentially ... them to relational store ? Thank you. Sandeep Sandeep Dhamale No out of the box tool available now | |
Database is erased after deploying a new web application version That may be the problem. The servlet context is available in specific listener and servlet methods ... Note that getServletContext is available only after the servlet init method is invoked (by the web | |
Explorer in 2.3... commands (also available in the context menu when right clicking a reference). Using copy and paste ... can be applied automatically on more than one database. You don't have the Explorer available in | |
Join query problem with new statetment available 2011-07-05 06:40:34.847 ["http-bio-8080"-exec-3] DEBUG o.s.orm.jpa.JpaTransactionManager - Should roll back transaction but cannot - no transaction available 2011-07-05 06:40:34.872 ["http | |
Cast exception? ObjectDB. Possibly JPA is available in the parent class loader separately from ObjectDB (for example, it is available as part of Java EE), in addition to being part of objectdb.jar. If JPA is loaded by | |
Replicated cluster recovery anything and this functionality (or similar) is currently available . Thanks! felixobjectdb Richard Szurgot ... [], int, int, int) line: not available [native method] SocketInputStream.read(byte[], int, int) line | |
Starting Explorer programmatically JAR file and it is not available on ObjectDB Maven repository. You can find it in the bin directory ... to our automatic Maven repository, so it was added to plans but will not be available immediately. support Support | |
Date field Index is corrupted due to time change DB. I'll post additional information if and when it becomes available . Regards Emil prolancer ... should fix this issue. support Support Thank you for making a build that contains the fix available | |
after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown we are currently uploading the database that was repaierd and the logs, as soon as available we send ... available hgzpincher Hans-Georg Zwicker The release date is unknown yet. If you would like | |
Maven Repo for ObjectDB Is there any Maven 2 or 3 support for ObjectDB, any repo available to download the libraries required Thanks, N.H meetnavpk Naveed Hussain A new Maven repository is now available on: https://www.objectdb.com/download support Support Thanks very much, that is perfect. meetnavpk Naveed Hussain | |
Eclipse4 RCP - No Persistence provider for EntityManager bundled in the same JAR also after build 2.6.2_02. It is not available on Maven but if you download ... available in LocalEntity location, so you can change the context class loader only later | |
Does "error 522" (connect timed out) have something to do with restrictions despite license activation? should be available at:Your activation code should be available at: http://www.objectdb.com/activate | |
best practice for DB recovery to use the standby in case the master is not available . One way of dealing with that is to simply ... synchronization issues), if one of the instances is not available , I'll keep writing to the instance | |
Embedding ObjectDB on server application the classpath (i.e. JPA is available but not ObjectDB). It could also happen if the path ... like a classpath issue. Maybe objectdb.jar is available only in compilation and not at runtime | |
PersistenceUnitUtil.getIdentifier(entity) - JPA Method JPA Method in jakarta.persistence.PersistenceUnitUtil Object getIdentifier ( Object entity ) Return the id of the entity. A generated id is not guaranteed to be available until after the database insert has occurred. Returns null if the entity does not yet have an id. Parameters | |
AnnotationRef jakarta.persistence.EntityResult obtained when insufficient data is available are undefined. Example: {@snippet : Query q = em | |
EntityManager.getReference(entity) - JPA Method its state from the database. The application should not expect the instance state to be available | |
PersistenceUnitUtil.getVersion(entity) - JPA Method JPA Method in jakarta.persistence.PersistenceUnitUtil Object getVersion ( Object entity ) Return the version of the entity. A generated version is not guaranteed to be available until after the database insert has occurred. Returns null if the entity does not yet have an id | |
ClassRef jakarta.persistence.Persistence JPA Class Persistence java.lang.Object ∟ jakarta.persistence.Persistence Bootstrap class used to obtain an EntityManagerFactory in Java SE environments. It may also be used to cause schema generation to occur. The Persistence class is available in a Jakarta EE container environment as | |
AnnotationRef jakarta.persistence.Enumerated either a plain or an plain, where EnumType enumerates the available options. The mapping may be plain by | |
EnumRef jakarta.persistence.EnumType JPA Enum EnumType java.lang.Object ∟ java.lang.Enum ∟ jakarta.persistence.EnumType Enumerates available options for mapping enumerated types. The values of this enumeration specify how a persistent property or field whose type is a Java enum type should be persisted | |
EntityManager.getReference(entityClass,primaryKey) - JPA Method the instance state to be available upon detachment, unless it was accessed by the application | |
EntityManager.getDelegate() - JPA Method JPA Method in jakarta.persistence.EntityManager Object getDelegate () Return the underlying provider object for the EntityManager , if available . The result of this method is implementation-specific. The unwrap method is to be preferred for new applications. Return: the underlying provider object Since: JPA 1.0 | |
AnnotationRef jakarta.persistence.PostPersist is available when this callback occurs. Since: JPA 1.0 The JPA Lifecycle Events article explains how to use | |
ClassCastException during query that is available for ObjectDB or generated by ObjectDB if the class is unavailable). Another class is used ... loader that is available for your own application is also available for ObjectDB for loading ... made it available in one version for both ObjectDB and your other model classes, as discussed | |
Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config itself was still available in the classpath. If we complete remove the class, it works as we hoped. Can you please explain what happens, if the entity class is NOT available . Or at least what we have to consider! As ... a method e.g. incrementSomething() and the entity 'childEntity' is not available the method | |
BIRT Driver Improvements ObjectDB version that it contains. support Support + It should be available on maven to be able ... reports quasado Alexander Adam When could we have the birt driver avail ? We won't be able to ship ... ) available as a separate maven artifact in your repository..? thanks Alex quasado Alexander Adam | |
Removing of an entity removes also another entity type WHERE rm.type = 'interfaces' // now the ResolverMappings with type = 'interfaces' are not available anymore, the result is empty, only the ResolverMappings with type = 'scopes' are still available in ... with type = 'interfaces' are still available . btc_es BTC EmbeddedSystems Please note that mixing | |
combined index not used that are clearly inferior to other available options. Eventually a short list of query plans ... database is available here: https://www.dropbox.com/s/i4wovoa0oq3wlgx/coreSystemDb.odb%203.zip?dl=0 | |
Sometimes the ObjectDB throws an internal expeption if a persist() was executed: The new version is not yet available on the download page. btc_es BTC EmbeddedSystems Sorry, 2.6.7_04 is available now. support Support Maybe the fist reported Problem is solved, but now | |
each 1-2 days objects on some objectdb level lock/block each other that there is no locking issue that prevents full usage of the available CPU). Could you please provide ... . You are already using 80% of the maximum available CPU, so even if this improvement will take you to 90% or 95 | |
again merger missing logs + objectdb exception the problem. support Support the corrupt database is available login to our extranet at hummingbird ... . Can you make available the update before ? hgzwicker Hans-Georg Zwicker one more question regarding | |
Automatic Switch to Replicated Server Limitations has the following limitations: The first server in the composite url has to be available ... . The master server must be available when the slave server is started. Future versions of ObjectDB | |
Best practise loading big data memory available then the OS will cache the database file pages. So the effect of reducing the page ... ) will cache file pages only when RAM is available . Our problem is that the infrastructure (looks | |
Explorer bug ? Objects seem to be missing from database in Class view, but are present as references+Oracle) the id is not available , as reported here: Your EntityManager seems not to grant an id ... summary: On ensuring ID available after persist Will report on build test separately following..   |