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

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

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


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

Constructor Detail

IDProxy

public IDProxy()
Method Detail

convertProxy

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

initializeProxy

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


Copyright © 2009. All Rights Reserved.