org.sourceforge.jemm.database.persistent.berkeley.proxy
Class ClassInfoProxy

java.lang.Object
  extended by org.sourceforge.jemm.database.persistent.berkeley.proxy.ClassInfoProxy
All Implemented Interfaces:
com.sleepycat.persist.model.PersistentProxy<ClassInfo>

@Persistent(proxyFor=ClassInfo.class)
public class ClassInfoProxy
extends java.lang.Object
implements com.sleepycat.persist.model.PersistentProxy<ClassInfo>


Constructor Summary
ClassInfoProxy()
           
 
Method Summary
 ClassInfo convertProxy()
           
 void initializeProxy(ClassInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInfoProxy

public ClassInfoProxy()
Method Detail

convertProxy

public ClassInfo convertProxy()
Specified by:
convertProxy in interface com.sleepycat.persist.model.PersistentProxy<ClassInfo>

initializeProxy

public void initializeProxy(ClassInfo info)
Specified by:
initializeProxy in interface com.sleepycat.persist.model.PersistentProxy<ClassInfo>


Copyright © 2009. All Rights Reserved.