Uses of Interface
is.codion.framework.db.EntityConnection.Count
Packages that use EntityConnection.Count
Package
Description
Package configuration values:
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
-
Uses of EntityConnection.Count in is.codion.framework.db
Methods in is.codion.framework.db that return EntityConnection.CountModifier and TypeMethodDescriptionstatic EntityConnection.CountEntityConnection.Count.all(EntityType entityType) EntityConnection.Count.Builder.build()static EntityConnection.Countstatic EntityConnection.CountMethods in is.codion.framework.db with parameters of type EntityConnection.CountModifier and TypeMethodDescriptionintEntityConnection.count(EntityConnection.Count count) Counts the number of rows returned based on the given count conditions -
Uses of EntityConnection.Count in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi with parameters of type EntityConnection.CountModifier and TypeMethodDescriptionintRemoteEntityConnection.count(EntityConnection.Count count) Counts the number of rows returned based on the given count conditions