Uses of Interface
is.codion.framework.db.EntityConnection.Count
Packages that use EntityConnection.Count
Package
Description
Package configuration values:
EntityConnection.CLIENT_CONNECTION_TYPE
EntityConnection.DESCRIPTION
EntityConnection.VALIDITY_CHECK_INTERVAL
RMI connection related classes.
-
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()default EntityConnection.CountEntityConnection.Count.Builder.get()static EntityConnection.Countstatic EntityConnection.CountMethods in is.codion.framework.db with parameters of type EntityConnection.CountModifier and TypeMethodDescriptionfinal intAbstractEntityConnection.count(EntityConnection.Count count) intEntityConnection.count(EntityConnection.Count count) Counts the number of rows returned based on the given count conditionsMethod parameters in is.codion.framework.db with type arguments of type EntityConnection.CountModifier and TypeMethodDescriptiondefault intEntityConnection.count(Supplier<EntityConnection.Count> count) Convenience overload accepting aEntityConnection.Count.Builderor anySupplierofEntityConnection.Count, removing the need for a trailingEntityConnection.Count.Builder.build()call. -
Uses of EntityConnection.Count in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi with parameters of type EntityConnection.CountModifier and TypeMethodDescriptionintServerEntityConnection.count(EntityConnection.Count count) Counts the number of rows returned based on the given count conditions.Method parameters in is.codion.framework.db.rmi with type arguments of type EntityConnection.CountModifier and TypeMethodDescriptiondefault intServerEntityConnection.count(Supplier<EntityConnection.Count> count) Convenience overload accepting aEntityConnection.Count.Builderor anySupplierofEntityConnection.Count, removing the need for a trailingEntityConnection.Count.Builder.build()call.