ObjectDB Database Search
1-50 of 122 resultsDependency from enhanced classes to the objectDB library Hello, we have a Question to the dependency from enhanced classes (required for license ... layer should have no dependency down. The persistence Layers have a dependency to the business layer and to the central DataAccess Layer. The Central DataAccess Layer has a dependency on JPA | |
Eclipse - Maven - Dependencies not getting automatically reflected XP. I am able to create a Maven project but when trying to add Dependencies (select pom.xml - Dependencies - Add) artifactId's "Enter groupId, artifactId or sha1 prefix or pattern" which are inputted ... add Dependencies option? Thanks in advance destiny.sandeep Sandeep Is this question related | |
Standalone server needs dependencies?Standalone server needs dependencies? | |
JPA Container Injection Annotations Jakarta Persistence (JPA) provides standard annotations to manage dependencies on container ... using the following annotations: Expresses a dependency on a container-managed EntityManager , injecting ... a dependency on an EntityManagerFactory , useful for creating EntityManagers manually or accessing factory | |
SELECT clause (JPQL / Criteria API) results might affect performance, depending on the size of the query result list and other factors. SELECT ... construct ), as shown previously. The behavior of the multiselect method depends on the query result | |
JPA Core Types illustrates the core JPA classes, interfaces, and enums, including their dependencies | |
jakarta.persistence.EntityManager EntityManager may be obtained by dependency injection, using PersistenceContext . // inject the container ... flush . The timing of the flush process depends on the flush mode , which may be set explicitly by ... ignored. Portable applications should not rely on the standard timeout hint. Depending on the database in | |
jakarta.persistence.MapsId { @Id long empId; String name; ... } And then the dependent entity uses EmbeddedId to declare ... to primary key type of Employee } @Entity public class Dependent { @EmbeddedId DependentId id ... or OneToOne relationship declared by a dependent entity is annotated MapsId , an instance | |
jakarta.persistence.EntityManagerFactory may be obtained by dependency injection, using PersistenceUnit . // inject the container-managed factory ... may be obtained by dependency injection, using PersistenceContext , and the application need not interact | |
jakarta.persistence.JoinColumn) The name of the foreign key column. The table in which this column is found depends on the context | |
jakarta.persistence.MapKeyColumn) The name of the map key column. The table in which it is found depends upon the context. If the map key | |
jakarta.persistence.MapKeyJoinColumn (Optional) The name of the foreign key column for the map key. The table in which it is found depends | |
jakarta.persistence.Convert Temporal . Applications that depend on such conversions are not portable. The Convert annotation | |
jakarta.persistence.ConstructorResult constructor results will be in either the new or detached state, depending on whether a primary key | |
jakarta.persistence.EmbeddedId empPK; // corresponds to primary key type of Employee } @Entity public class Dependent { // default | |
jakarta.persistence.TypedQuery must be silently ignored. Portable applications should not rely on the standard timeout hint. Depending | |
Extended mapping-definitions persisted depending on its java-class. But in this case all the instances would be saved in the same 'table ... [...] - It depends on how objectDB stores java-objects. Does it store them depending on their java ... and fishing the elements with className = 'Cat'. So it is a performance issue depending | |
virtual servers and one file per file in the virtualized harddisk. As of my understanding each virtual file is ( depending ... might solve that problem, wether in a file per entity or just depending on continous primary key. I will try ... to distant file areas. Maybe depending on the creation date? best regards Arne   | |
jakarta.persistence.PersistenceContext.name Jakarta Persistence (JPA) Method in jakarta.persistence.PersistenceContext String name (Optional) The name by which the entity manager is to be accessed in the environment referencing context; not needed when dependency injection is used. Default: "" Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.PersistenceUnit.name Jakarta Persistence (JPA) Method in jakarta.persistence.PersistenceUnit String name (Optional) The name by which the entity manager factory is to be accessed in the environment referencing context; not needed when dependency injection is used. Default: "" Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.TypedQuery.setHint(String,Object) ignored. Portable applications should not rely on the standard timeout hint. Depending | |
jakarta.persistence.JoinColumn.name Jakarta Persistence (JPA) Method in jakarta.persistence.JoinColumn String name (Optional) The name of the foreign key column. The table in which this column is found depends on the context. If the join is for a OneToOne or ManyToOne mapping using a foreign key mapping strategy, the foreign key | |
jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...) timeout option . Depending on the database in use and the locking mechanisms used by the provider | |
jakarta.persistence.EntityManager.lock(Object,LockModeType,Map) timeout hint. Depending on the database in use and the locking mechanisms used by the provider | |
jakarta.persistence.EntityManager.refresh(Object,LockModeType,Map) on the standard timeout hint. Depending on the database in use and the locking mechanisms used by | |
jakarta.persistence.EntityManager.refresh(Object,RefreshOption...) applications should not rely on the standard timeout option . Depending on the database in use | |
EntityManager JPA or JDO impl and different behavior with dependency on the ObjectDB development project, which doesn't seem to work with a Maven project). support ... path to remove the M2_REPO dependency for objectdb jar and instead add a dependency to the objectdb ... with dependency on the ObjectDB project didn't work. support Support Please try build 2.3.4_05. support | |
Entity factory via dependency injection like: @Entiy public class User { private final UserService userService;   ... are unsufficient since they are also created without the possibility to inject dependencies ... my own dependency injection method: I store the current Context in a ThreadLocal and access | |
Step 1: Create a Maven Web Project dependency on the Spring MVC Framework and ObjectDB and to automatically download all the required JAR | |
Step 1: Create a Maven Web Project under Project Files in the [Project] window: To add dependency on the Spring MVC Framework and ObjectDB | |
Getting Started with JPA and Eclipse distribution zip file. The distribution zip contains everything necessary (no external dependencies | |
Step 1: Install BIRT and ObjectDB Driver with no Java EE support is more complicated because of BIRT dependencies and is not covered here). To update | |
Eclipse4 RCP - No Persistence provider for EntityManager one : Project X (Plugin Project with a product file to start the application) - product dependencies ... A - contains the LocalEntity class Plugin project B - Project A is dependency of this project - contains ... Service - ObjectDB Bundle is set as Dependency in the product.configuration File paddy | |
Dirty checking which might not suceed. So, I can't calculate any views that depend on other objects ... the client loads the user table. The actual users rows may depend on whether the client ... . because most views are composed from several different entity classes, and might depend on whether both (or | |
Transaction isolation support? database, A and B would run in their own transaction, and the answer would thus depend on the the selected isolation level for the transaction in A. mt Martin It depends when the list of books ... . If the collection is mapped by, then it depends on the fetch setting | |
Gradle-Kotlin Code Contributions") } group = "tutorial" version = "1.0 -SNAPSHOT" repositories { mavenCentral() } dependencies ... ") } } dependencies { implementation("com.objectdb:objectdb:2.9.0") } AlphaOne Ron Brennan ... () // Custom Maven repository maven { url = uri("https://m2.objectdb.com") } } dependencies { implementation | |
Problems using Maven Repo Maven dependency automatically - have the relevant repository entry etc. in my POM, Maven doesn't ... the jar File from this site and add the Dependency as an SystemPath all works are fine. Whats ... /main/resources/mahi/objectdb/objectdb.jar I use also follow Dependencies too.   | |
Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities multiple transactions, depending on the PersistenceContextType that is specified when its entity manager ... the point at which the stateful session bean that declares a dependency on an entity manager of type ... . The dependency on the extended persistence context is declared by means of the PersistenceContext | |
Removing objects where ManyToMany relationships exist could it potentially lead to a number of different exceptions, depending on state, query type ... the database intentionally. It depends . On retrieval - inverse (mapped by) collections | |
Filename.odb$ Persisting Issue runnable program (with no external dependencies ) that can demonstrate it. support Support This is as ... dependencies at this point since I use FXML files for all my UI. The problem I'm describing | |
javax.persistence.PersistenceException as a dependency to the project. Not sure what else I should do. Any help would be appreciated ... . Anyway, your application works after: Removing dependency on the com.objectdb.objectdb plugin. Adding objectdb.jar | |
Installing a VM security fix leads to inactive DB and it's a real bother. We understand that depending on the license type some checks are necessary ... procedure that depends on the MAC address of the device. This used to be fixed in the past  | |
Cast exception? are loaded in the parent Class Loader. If you change any of these dependencies it will affect ... . A solution in that case depends on the framework that you use. support Support I did a few more tests | |
ObjectDB within a resource adapter module and Java EE Connector Architecture utility JAR file that is packaged in the EAR file with its dependent module. When a separate utility ... to declare a dependency on the utility JAR file using the typical MANIFEST. MF Class-Path: declarations | |
objectdb on single server 20TB storage possible ? and reliability depend much more on workload characteristics than on raw database size . Important ... (for example by time range or tenant). Whether ObjectDB is suitable at that scale depends | |
How to package orm.xml when using EJB in WAR?). However, when a different web project (WAR file), which declares a dependency to the database EJB is built ... -around seems to be to add a copy of orm.xml into src/main/resources/META-INF of the web project that depends on the EJB | |
TimeSeries and ObjectDB series efficiently. The optimal way to organize the data depends on the specific application activity ... many entity objects is obviously slower than retrieving one entity object. As noted above, it depends | |
I can't get cascading delete to work in JDO. Apparently cascading delete has never been implemented in ObjectDB (see also "Deleting Dependent ... ; new Holder("h1", new Dependent ("d1"), new Dependent ("d2 ... ; query = pm.newQuery( Dependent .class); List dependents = (List )query | |
Why does ObjectDB duplicate classes from javax.jdo:jdo-api? and eliminates the need for another dependency to an ORM, such as Hibernate, since it implements the JPA ... . To use the @Index annotation, I had to add a dependency to the JDO API version 3.1 (old link: https ... was that it had a single JAR file with no external dependencies (e.g., compared to Hibernate | |
Improve ObjectDB Server Improve ObjectDB Server to behave and feel more like a traditional db-server: - Remove SWING dependency (i.e. remove the tray icon or make it external from the core server) - Provide the possibility to easily install the objectdb as service on each system (requires removing swing dependency |