Uses of Interface
org.datanucleus.enhancer.ImplementationCreator
-
Packages that use ImplementationCreator Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.enhancer DataNucleus ByteCode enhancer framework. -
-
Uses of ImplementationCreator in org.datanucleus
Fields in org.datanucleus declared as ImplementationCreator Modifier and Type Field Description private ImplementationCreatorPersistenceNucleusContextImpl. implCreatorImplementationCreator for any persistent interfaces.Methods in org.datanucleus that return ImplementationCreator Modifier and Type Method Description ImplementationCreatorPersistenceNucleusContext. getImplementationCreator()ImplementationCreatorPersistenceNucleusContextImpl. getImplementationCreator() -
Uses of ImplementationCreator in org.datanucleus.enhancer
Classes in org.datanucleus.enhancer that implement ImplementationCreator Modifier and Type Class Description classImplementationCreatorImplCreator of persistable objects using the ASM bytecode manipulation library.
-