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, wait
createFromMessage, getFetchSize, getResultSetConcurrency, getResultSetType
public DbDocFactory(PropertySet pset)
public DbDoc createFromProtocolEntity(ProtocolEntity internalRow)
ProtocolEntityFactory
createFromProtocolEntity
in interface ProtocolEntityFactory<DbDoc,XMessage>
internalRow
- the ProtocolEntity
to create from