org.datanucleus.enhancer.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-core Show documentation
Show all versions of datanucleus-core Show documentation
DataNucleus Core provides the primary components of a heterogenous Java persistence solution.
It supports persistence API's being layered on top of the core functionality.
DataNucleus ByteCode enhancer framework.
The DataNucleusEnhancer class is the typical entry point for command line usage.
DataNucleus supports persistence where the persistable classes are bytecode enhanced
to a particular contract to facilitate easier access to field values, and when fields are changed.
The bytecode enhancement contract that is used here is based on the JDO bytecode enhancement contract,
and uses ASM to perform the enhancement.