Package org.hibernate.reactive.pool
Interface ReactiveConnection.Result
-
- Enclosing interface:
- ReactiveConnection
public static interface ReactiveConnection.Result extends Iterator<Object[]>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
size()
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-