com.solarmetric.kodo.impl.jdbc.ee
Class RecordFactoryImpl
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.ee.RecordFactoryImpl
- All Implemented Interfaces:
- RecordFactory
- public class RecordFactoryImpl
- extends Object
- implements RecordFactory
No-op RecordFactoryImpl for JCA support.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordFactoryImpl
public RecordFactoryImpl()
createIndexedRecord
public IndexedRecord createIndexedRecord(String recordName)
throws NotSupportedException
- Specified by:
createIndexedRecord in interface RecordFactory
createMappedRecord
public MappedRecord createMappedRecord(String recordName)
throws NotSupportedException
- Specified by:
createMappedRecord in interface RecordFactory
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.