Package org.datanucleus.enhancer
Class EnhancementHelper.Meta
- java.lang.Object
-
- org.datanucleus.enhancer.EnhancementHelper.Meta
-
- Enclosing class:
- EnhancementHelper
static class EnhancementHelper.Meta extends java.lang.Object
Helper class to manage persistable classes.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Persistable
pc
Instance ofPersistable
, used at runtime to create new instances.
-
Constructor Summary
Constructors Constructor Description Meta(Persistable pc)
Construct an instance ofMeta
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Persistable
getPC()
java.lang.String
toString()
-
-
-
Field Detail
-
pc
Persistable pc
Instance ofPersistable
, used at runtime to create new instances.
-
-
Constructor Detail
-
Meta
Meta(Persistable pc)
Construct an instance ofMeta
.- Parameters:
pc
- An instance of thePersistable
class
-
-
Method Detail
-
getPC
Persistable getPC()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-