net.corda.node.utilities / AbstractJDBCHashSet / <init>

<init>

AbstractJDBCHashSet(table: T, loadOnInit: Boolean = false)

Base class for JDBC backed hash set that delegates to a JDBC backed hash map where the values are all Unit and not actually persisted. Iteration order is order of insertion. Iterators can remove().

See AbstractJDBCHashMap for implementation details.