Uses of Interface
is.codion.framework.db.rmi.ServerEntityResultIterator
Packages that use ServerEntityResultIterator
-
Uses of ServerEntityResultIterator in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi that return ServerEntityResultIteratorModifier and TypeMethodDescriptionServerEntityConnection.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 ServerEntityResultIteratorServerEntityConnection.iterator(Supplier<EntityConnection.Select> select) Convenience overload accepting aEntityConnection.Select.Builderor anySupplierofEntityConnection.Select, removing the need for a trailingEntityConnection.Select.Builder.build()call.