com.solarmetric.kodo.impl.jdbc
Class RegisterListener
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.RegisterListener
- All Implemented Interfaces:
- EventListener, RegisterClassListener
- public class RegisterListener
- extends Object
- implements RegisterClassListener
An implementation of RegisterListener that is used
by a JDBCPersistenceManagerFactory in order to
perform lazy loading of persistent subclasses.
- Since:
- 2.4
|
Method Summary |
void |
registerClass(RegisterClassEvent event)
Implementation of the RegisterClassListener that will lazily
add the class to the list of metadata. |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisterListener
public RegisterListener(JDBCPersistenceManagerFactory factory)
registerClass
public void registerClass(RegisterClassEvent event)
- Implementation of the RegisterClassListener that will lazily
add the class to the list of metadata.
- Specified by:
registerClass in interface RegisterClassListener
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.