- java.lang.Object
-
- org.tentackle.dbms.rmi.DbRemoteDelegateLocator
-
- org.tentackle.persist.rmi.PdoRemoteDelegateLocator
-
- All Implemented Interfaces:
org.tentackle.dbms.rmi.RemoteDelegateLocator
@Service(org.tentackle.dbms.rmi.RemoteDelegateLocator.class) public class PdoRemoteDelegateLocator extends org.tentackle.dbms.rmi.DbRemoteDelegateLocatorThe default implementation for aRemoteDelegateLocator.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description PdoRemoteDelegateLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<?>findEffectiveClass(java.lang.Class<?> clazz)Gets the effective class.
-