Internal Website Search

1-10 of 200 resultsRefresh

JPA / JDO Class Enhancer

the Enhancer as a Java Agent and enhance classes on the fly during load, even if a Java Agent is not ... 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 classes

Post-compilation enhancement vs Automatic Run-time enhancement

of enhanced code. Automatic on the fly runtime enhancement is applied only to entity classes ... enhancement and automatic run-time enhancement. Testing exactly where and when the results are different ... LAYER depending on the enhancement stragegy). Can you please explain how this could possibly

Enhancement API - NullPointerException

> On the fly enhancement by calling com.objectdb.Enhancer.enhance(...)  ... Hi! I am trying to use the Enhancement API from within my application like this: com.objectdb.Enhancer.enhance("my.package.Foo"); However, I

Entity Management Settings

;enhancement agent="true" reflection="warning" /> <cache ref="weak" level2="0mb" /> < ... -toc> The <enhancement> element <enhancement agent="true" reflection="warning" /> The <enhancement> element specifies

ObjectDB Object Database Features

/tool/enhancer">Class Enhancer Boosts performance by avoiding reflection and by using smart tracking. Non enhanced classes are also supported (by using reflection). On the fly ... automatically. Code enhancer">enhancement is optional (recommended

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 build 2.6.2_06:

[ODB1] Chapter 3 - Persistent Classes

.objectdb.Enhancer -cp src test.X test.pc.* On the Fly JDO Enhancement Command line ... a new simple main class to a project that applies on the fly enhancement: package test; /** Additional main - On the Fly JDO Enhancer */ public class eMain { public

Step 7: Run the Spring Web App

you will have to specify JTA. To enable on the fly automatic enhancement ... ). When using GlassFish - on the fly enhancement (weaving) is automatically enabled

Step 7: Run the Spring Web App

="408" style="display: block; margin-left: auto; margin-right: auto;"> To enable on the fly enhancement (weaving) in Tomcat: Find the Tomcat server in the [Services window] under Servers ... ="display: block; margin-left: NaNpx; margin-right: NaNpx;"> When using GlassFish - on the fly

[ODB1] Chapter 2 - A Quick Tour

. 2.4  On The Fly JDO Enhancement On the fly JDO enhancement is the easiest way ... , and a special tool, the JDO enhancer, adds the implementation automatically. The Person ... become persistent using the JDO enhancer. JDO Metadata Every persistent class must be declared as