public interface Flushable
Provides a method for flushing the DAO. What 'flushing' means depends on the implementation.
Modifier and Type | Method and Description |
---|---|
void |
flush()
Flush the DAO
|
void flush()
UnsupportedOperationException
- if the operation is not supportedCopyright © 2020. All rights reserved.