public class AOObjectPersistenceDelegate
extends java.beans.DefaultPersistenceDelegate
Modifier and Type | Class and Description |
---|---|
static class |
AOObjectPersistenceDelegate.One |
static class |
AOObjectPersistenceDelegate.Two |
Constructor and Description |
---|
AOObjectPersistenceDelegate() |
Modifier and Type | Method and Description |
---|---|
protected void |
initialize(java.lang.Class type,
java.lang.Object oldInstance,
java.lang.Object newInstance,
java.beans.Encoder out) |
protected java.beans.Expression |
instantiate(java.lang.Object oldInstance,
java.beans.Encoder out) |
static void |
main(java.lang.String[] args) |
protected boolean |
mutatesTo(java.lang.Object oldInstance,
java.lang.Object newInstance) |
protected void initialize(java.lang.Class type, java.lang.Object oldInstance, java.lang.Object newInstance, java.beans.Encoder out)
initialize
in class java.beans.DefaultPersistenceDelegate
protected java.beans.Expression instantiate(java.lang.Object oldInstance, java.beans.Encoder out)
instantiate
in class java.beans.DefaultPersistenceDelegate
protected boolean mutatesTo(java.lang.Object oldInstance, java.lang.Object newInstance)
mutatesTo
in class java.beans.DefaultPersistenceDelegate
public static void main(java.lang.String[] args)