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

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

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


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

Constructor Detail

EnumInfoProxy

public EnumInfoProxy()
Method Detail

convertProxy

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

initializeProxy

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


Copyright © 2009. All Rights Reserved.