Package | Description |
---|---|
org.apache.openjpa.enhance |
OpenJPA Enhancer
This package provides a bytecode enhancer used to
post-process classes for use in a OpenJPA runtime.
|
org.apache.openjpa.enhance.stats |
Modifier and Type | Method and Description |
---|---|
PCEnhancer.AuxiliaryEnhancer[] |
PCEnhancer.getAuxiliaryEnhancers()
Gets the auxiliary enhancers registered as
services . |
Modifier and Type | Class and Description |
---|---|
class |
FetchStatisticsAuxEnhancer
FetchStatisticsAuxEnhancer adds the call back function to each persistent fields in the persistent entity which
will invoke the hit method from FetchStatsCollector whenever the field is fetched at runtime.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.