Internal Website Search

1-10 of 200 resultsRefresh

JPA / JDO Class Enhancer

ObjectDB Enhancer is a post compilation tool that improves performance by modifying the byte code of compiled classes after compilation. Enhancement is mainly for user-defined persistable ... , however, where enhancement is required. Non persistable classes that access directly (not through methods

Cascading (persist) with a mix of enhanced and not enhanced entities

We find out that it is actual not possible to use enhanced and not enhanced entities together. Exist any limitations regarding the use of enhanced and non-enhanced entities? enhanced. To enhance the entities during development is, because of our build environment

Post-compilation enhancement vs Automatic Run-time enhancement

-compile enhancement and automatic run-time enhancement. Testing exactly where and when the results ... BACKING BEAN LAYER depending on the enhancement stragegy). Can you please explain how this could possibly be so ? Why aren't the 2 enhancement techniques giving identical data

enhanced object .. NOT enhanced

Hi  I think I have found a bug :  - I have enhanced ... expeption. b bolo Boguslaw Fraszko > I have enhanced a class but when I tried ... of no enhancement but of a missing @Entity / @PersistenceCapable

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check ... for "Enhancement of type ... is old and cannot be used" This report concerns investigation ... for the console app uses a post-compile, pre-deployment Ant script invoked using Clean and Build that enhances

Entity Management Settings

;entities> <enhancement agent="true" reflection="warning" /> <cache ref="weak" level2 ... one subelement:"> The <enhancement> element <enhancement agent="true" reflection="warning" /> The <

Enhancer option to enhance all persitable types

Hello, can you add an option to the Class Enhancer to enhance all persistable types and ignore the NON persistable types. Like the Load Time Enhancement. btc_es BTC EmbeddedSystems A new argument (undocumented yet) was added to the Enhancer in

[ODB1] Chapter 3 - Persistent Classes

without implementing the PersistenceCapable interface, and have the JDO Enhancer add the interface implementation automatically, as explained in enhancement">section 3.3. ObjectDB's JDO Enhancer also adds a no-arg constructor if it is missing, so out of the three requirements

[ODB1] Chapter 2 - A Quick Tour

defined without implementing that interface explicitly, and a special tool, the JDO enhancerenhancer ... enhancement. 2.4  On The Fly JDO Enhancement On the fly JDO

[ODB1] Chapter 6 - Persistent Objects

, is done automatically by the JDO enhancer. Non persistent classes that directly access persistent fields ... through the JDO enhancer, which enhances them to include the code needed for transparent persistence. But, because these classes are not described in the JDO metadata files, the enhancer identifies