public class DbDocFactory extends java.lang.Object implements ProtocolEntityFactory<DbDoc,XMessage>
DbDoc objects from internal row representation.| Constructor and Description |
|---|
DbDocFactory(PropertySet pset) |
| Modifier and Type | Method and Description |
|---|---|
DbDoc |
createFromProtocolEntity(ProtocolEntity internalRow)
Create object from protocol entity.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFromMessage, getFetchSize, getResultSetConcurrency, getResultSetTypepublic DbDocFactory(PropertySet pset)
public DbDoc createFromProtocolEntity(ProtocolEntity internalRow)
ProtocolEntityFactorycreateFromProtocolEntity in interface ProtocolEntityFactory<DbDoc,XMessage>internalRow - the ProtocolEntity to create from