ObjectDB Database Search

51-100 of 105 results

Explorer

Hi, For last few days I was refactoring my application from standrad ORM aproach to ODB. Everything is fine for now, but I have a question about Explorer. It works only in R/O mode, which in some cases is insufficient for effective work. Is there any plan to release a R/W version of Explorer

Integration

specified at org.springframework. orm .jpa.persistenceunit.SpringPersistenceUnitInfo.addTransformer

Problem with @UniqueConstraint

) String name; } }   pezi Peter Sauer @UniqueConstraint is an ORM annotation. It references RDBMS

Web Framework Recommendation for leveraging JPA + ObjectDB

, but seems to be tied somehow into the Hibernate ORM . My question is: Does anybody use the "JPA

@AttributeOverrides , and postgresql + own TYPE

Adam There is no reason for you to be surprised. Asking for advice about ORM problems in an object

Is it ok to put list or map of embeddable objects in entity ?

all the fields would not be very efficient). I am not sure how ORM JPA implementations handle

Can a Set be a foreign key?

;   Reymp Sandeep H. C. ORM annotations are ignored by ObjectDB, therefore the @ForeignKey

can not use spring-data-jpa repository with NamedQuery

.springframework. orm .jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke

On initialisation of lists: impact on migration from EclipseLink to ObjectDB

I would like to draw the attention of those assessing migration from EclipseLink ORM to ObjectDB to a significant difference in the initialization of persistent lists, namely that EclipseLink injects a List implementation into the List field to be initialise it during EntityManager.persist

Searching lists within objects

:597) at org.springframework. orm .jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke

InternalError on query of empty database

) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework. orm .jpa

InternalError on multiple AND and JOIN Query

         o org.springframework:spring- orm :3.0.5.RELEASE  

Removing objects where ManyToMany relationships exist

, that with ORM (e.g. Hibernate, EclipseLink) collections are always implemented this way, i.e. a query

Object explorer cannot open odb file. ObjectDB many-to-many relationship

) is not supported by ORM JPA implementations, so you will be leveraging the performance advantage of ObjectDB. support Support

Activation Issue

.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework. orm .jpa

Spring LTW Problem

.java:153) at org.springframework. orm .jpa.persistenceunit.ClassFileTransformerAdapter.transform

Master database switching to read-only mode, possibly caused by slave failure

.Method.invoke(Method.java:616) at org.springframework. orm .jpa.SharedEntityManagerCreator

Issue with compile time enhancement

(Migrator.java:486) ... 6 more com.objectdb.jpa.Provider META-INF/ orm .xml false paceap Joel Goldberger

Global way to set Lazy-loading fetch functionality for all the fields

Hi, for cascading persist, I have 3 choices: - Either locally (@OneToOne(cascade=CascadeType.PERSIST)) - Either at objectdb level ( ) - Either at JPA global level ( orm .xml).   For defining fetch policy, I know the local way to do it (@ManyToOne(fetch=FetchType.LAZY)). Is there any way

Show Sql/Jpql

(unlike ORM JPA implementation) does not use queries to implement Insert, Update and Delete

ObjectDB and Hibernate in one JVM?

Hi all, I need to persist my application data and also access a legacy RDBMS system in the same Java application. Currently I use Hibernate for both purposes. I've heard ObjectDB is much faster than Hibernate, so I want to try the it to deal with my application data, but I still need some ORM

Unexpected exception (Error 990)

.springframework. orm .jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke

Indexing a field results in internal Exception

either of them, so you can stay with JPA and just remove the ORM metadata when switching to ObjectDB

Does JPA have any configuration to create DDL's that are database specific

annotation. But this is relevant only for ORM (Object Relational Mapping) JPA and ignored by ObjectDB. support Support

Exporting the data out of the ObjectDB

have to write java module with JPA to retrieve entity and then using some kind of ORM or direct JDBC persist

The attribute column name (EXCEPTION) is a reserved SQL-99 keyword.

an orm xml mapping file (not documented on ObjectDB website). support Support

Entity is not related to ObjectDB, but i get exception from ObjectDB

Here is the description of the problem we are facing:
We have an entity DialogActionNew which previously was located in ObjectDB and recently has been transferred to PostreSQL. We are using ORM Hibernate
When getting this entity from PostgreSQL with the key EntityManager.find(id), we receive

Java 8 Enhancer Problem

.objectdb.JEnhancerAgent.transform(JEnhancerAgent.java:152) at org.springframework. orm .jpa.persistenceunit

@Column( name = "columnName") doesn't work

. Could you explain how can I fix this problem? Harman Alexander Golyshkin ORM /SQL annotations are silently ignored

Opensource ObjectDB

I know you have answered this question some years ago, but I think about the databases that have recently "triumphed" like MySQL, MongoDB or SQLite and they are free databases. Also in the Java world we have the example of Hibernate ( ORM ) and Apache Hadoop (framework for Big Data). In my opinion

Data migration from SQLServer to ObjectDB

Hi, could someone recommend a good tool to use for data migration from SQLServer to ObjectDB. irene05 irene lan Unfortunately there is currently no such automatic tool. Using a JPA ORM library (e.g. Hibernate or EclipseLink) you can write your own conversion program that retrieves data from

Failed to write the value of field using reflection (error 363) on LAZY fetch

am using a spring context (org.springframework. orm .jpa.LocalContainerEntityManagerFactoryBean)? Any

@OrderColumn issue

Hi All, For some reason I'm not able to make the @OrderColumn annotation work. The test case is attached to the thread. Kind regards Martin1978 Martin Mihalev As stated on this documentation page,  this ORM /SQL annotation is silently ignored by ObjectDB. This is because ObjectDB does not map

Set timeout for BatchQueryItr

.invoke ( Method.java:497 ) org.springframework. orm .jpa.ExtendedEntityManagerCreator

Relationships and tracking changes

, because the test-project works inside of GWT-context. caitanya Caitanya ObjectDB ignores ORM

Spatial Support

library may be persisted, if defined as entity classes (e.g. in an orm .xml file) support Support

Query with FETCH JOIN returns multiple results instead of one.

Okay, I'll be honest: I thought I am familiar with JPA on top of ORM solutions, but now when moved to ObjectDB I sometimes encounter, let's say, unexpected behavior and I begin to doubt in my JPA-fu. Sometimes I am not really sure if behavior I encounter with ObjectDB is correct or not, although I

joining of tables

Hi In objectdb site i found : Note: This ORM /SQL annotation is silently ignored by ObjectDB so i want  join tow table and generate a third table. Ex:  table 1: employee    table 2: address  and the generate table will be table 3: emp_add employee: e_id, e_name address: add

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 avoid coupling it to a specific database. By adding ObjectDB as a database and ORM in a project

ObjectDB 2 JDO Manual

that would make it inadequate to do what I want, I just see it as an ORM tool used to awkwardly map

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

getOwner() { return owner; } (For completeness I've left the old ORM annotations in

Unique Constraint Ignored

If i annotate a getter with: @Column(unique = true) it's simply ignored. If i use @Unique it works perfectly. mosi0815 Ralph Moser Usually ObjectDB silently ignores ORM annotations. This is not a bug (it is  documented ). However, since this may make switching from other JPA implementations

ObjectDB 2.3.3

). Added support of @Column(unique="true") and equivalent ORM XML ( issue #550 ). Fixed @PrePersist

InternalException using 2.3.7_12

.Method.invoke(Method.java:597) at org.springframework. orm .jpa.SharedEntityManagerCreator

error 990 ?

.springframework. orm .jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke

ObjectDB 2.4.5

global cascade persist in an ORM file. Fixed a NullPointerException during query execution ( issue

JDO PersistenceManager.getSequence() returns null sometimes

When using JDO without annotations, database sequences are normally defined in the ORM file. Following discussion on the forum I was told that ObjectDB supports sequences if specified in the JDO file. Unfortunately, it doesn't seem to be supported consistently. It appears to work only in

Unexpected exception (Error 990) on find

.springframework. orm .jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke

NullpointerException when execute a commit

;     } } orm .xml:   ...              

ObjectDB 2.6.0

Added support of JPA 2.1 persistence.xml and orm .xml formats. Added implementation of equals to JPA Metamodel attributes. Fixed ObjectDB OSGi bundle to support enhanced classes. Fixed handling class loader switch (avoiding automatic database close and reopen). Fixed a NullPointerException