Uses of Package
org.apache.openjpa.enhance

Packages that use org.apache.openjpa.enhance
org.apache.openjpa.ant OpenJPA Ant Tasks 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.enhance OpenJPA Enhancer 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.util OpenJPA Utilities 
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.ant
ApplicationIdTool.Flags
          Run flags.
PCEnhancer.Flags
          Run flags.
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.datacache
DynamicStorageGenerator
          Factory for creating new DynamicStorage classes.
PCDataGenerator
          Generates PCDataGenerator.DynamicPCData instances which avoid primitive wrappers to optimize memory use and performance at the cost of slightly higher startup time.
PCDataGenerator.DynamicPCData
          Dynamic PCDatas generated will implement this interface to simplify initialization.
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.enhance
ApplicationIdTool.Flags
          Run flags.
DynamicStorage
          Interface for dynamically generated classes.
DynamicStorageGenerator
          Factory for creating new DynamicStorage classes.
FieldConsumer
          Consumes persistent field values.
FieldSupplier
          Supplies persistent field values.
ManagedInstanceProvider
          Instances of this interface can provide an underlying instance.
PCDataGenerator
          Generates PCDataGenerator.DynamicPCData instances which avoid primitive wrappers to optimize memory use and performance at the cost of slightly higher startup time.
PCDataGenerator.DynamicPCData
          Dynamic PCDatas generated will implement this interface to simplify initialization.
PCEnhancer.AuxiliaryEnhancer
          Plugin interface for additional enhancement.
PCEnhancer.Flags
          Run flags.
PCRegistry.RegisterClassListener
          Listener for persistent class registration events.
PersistenceCapable
          The interface that persistent instances will implement.
StateManager
          Internal state manager for managed instances.
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.jdbc.meta
PCRegistry.RegisterClassListener
          Listener for persistent class registration events.
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.kernel
FieldConsumer
          Consumes persistent field values.
FieldManager
          Manages persistent fields.
FieldSupplier
          Supplies persistent field values.
PersistenceCapable
          The interface that persistent instances will implement.
StateManager
          Internal state manager for managed instances.
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.meta
PCRegistry.RegisterClassListener
          Listener for persistent class registration events.
PersistenceCapable
          The interface that persistent instances will implement.
StateManager
          Internal state manager for managed instances.
 

Classes in org.apache.openjpa.enhance used by org.apache.openjpa.util
PersistenceCapable
          The interface that persistent instances will implement.
ReflectingPersistenceCapable
          Implementation of the PersistenceCapable interface that can handle the persistence-capable contract for instances that were not enhanced before class load time.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.