| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer | |
| com.sun.jdo.api.persistence.enhancer.impl | |
| com.sun.jdo.api.persistence.enhancer.meta |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilterEnhancer.init(JDOMetaData metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Initializes an instance of a JDO enhancer.
|
| Constructor and Description |
|---|
EnhancerClassLoader(String classpath,
JDOMetaData metaData,
Properties settings,
PrintWriter out)
Creates a new EnhancerClassLoader for the specified url.
|
EnhancerClassLoader(URL[] urls,
JDOMetaData metaData,
Properties settings,
PrintWriter out)
Creates a new EnhancerClassLoader for the specified url.
|
FilterEnhancer(JDOMetaData metaData,
Properties settings,
PrintWriter out,
PrintWriter err)
Creates an instance of a JDO enhancer.
|
| Modifier and Type | Method and Description |
|---|---|
JDOMetaData |
Environment.getJDOMetaData()
Is the class a well known persistent capable class? These are
normally the java primitives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Environment.setJDOMetaData(JDOMetaData jdoMetaData) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedJDOMetaData
Provides extended JDO meta information for byte-code enhancement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDOMetaDataModelImpl
Provides the JDO meta information based on a JDO meta model.
|
class |
JDOMetaDataPropertyImpl
Provides the JDO meta information based on properties.
|
class |
JDOMetaDataTimer |
| Modifier and Type | Field and Description |
|---|---|
protected JDOMetaData |
JDOMetaDataTimer.delegate |
| Constructor and Description |
|---|
JDOMetaDataTimer(JDOMetaData delegate)
Creates an instance.
|
Copyright © 2013. All Rights Reserved.