Uses of Interface
is.codion.framework.db.rmi.RemoteEntityResultIterator
Packages that use RemoteEntityResultIterator
-
Uses of RemoteEntityResultIterator in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi that return RemoteEntityResultIteratorModifier and TypeMethodDescriptionRemoteEntityConnection.iterator(EntityConnection.Select select) Returns a result set iterator based on the given select.Returns a result set iterator based on the given query condition.default RemoteEntityResultIteratorRemoteEntityConnection.iterator(Supplier<EntityConnection.Select> select) Convenience overload accepting aEntityConnection.Select.Builderor anySupplierofEntityConnection.Select, removing the need for a trailingEntityConnection.Select.Builder.build()call.