sqlg2.db
Class ImplMapper

java.lang.Object
  extended by sqlg2.db.ImplMapper

public final class ImplMapper
extends java.lang.Object

Retrieves business interface implementation.

See Also:
FakeInternalTransaction

Constructor Summary
ImplMapper(InternalTransaction trans)
           
 
Method Summary
<T extends LIDBCommon>
T
getInlineInterface(java.lang.Class<T> iface)
          Returns local business interface implementation for current transaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplMapper

public ImplMapper(InternalTransaction trans)
Method Detail

getInlineInterface

public <T extends LIDBCommon> T getInlineInterface(java.lang.Class<T> iface)
Returns local business interface implementation for current transaction