Uses of Interface
org.datanucleus.enhancer.ImplementationCreator
Packages that use ImplementationCreator
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
DataNucleus ByteCode enhancer framework.
-
Uses of ImplementationCreator in org.datanucleus
Fields in org.datanucleus declared as ImplementationCreatorModifier and TypeFieldDescriptionprivate ImplementationCreator
PersistenceNucleusContextImpl.implCreator
ImplementationCreator for any persistent interfaces.Methods in org.datanucleus that return ImplementationCreatorModifier and TypeMethodDescriptionPersistenceNucleusContext.getImplementationCreator()
PersistenceNucleusContextImpl.getImplementationCreator()
-
Uses of ImplementationCreator in org.datanucleus.enhancer
Classes in org.datanucleus.enhancer that implement ImplementationCreatorModifier and TypeClassDescriptionclass
Creator of persistable objects using the ASM bytecode manipulation library.