Uses of Interface
is.codion.common.db.operation.FunctionType
Packages that use FunctionType
Package
Description
Database operations and functions.
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
Domain model related classes.
-
Uses of FunctionType in is.codion.common.db.operation
Methods in is.codion.common.db.operation that return FunctionTypeModifier and TypeMethodDescriptionstatic <C,T, R> FunctionType <C, T, R> FunctionType.functionType(String name) Creates aFunctionTypewith the given name and types. -
Uses of FunctionType in is.codion.framework.db
Methods in is.codion.framework.db with parameters of type FunctionTypeModifier and TypeMethodDescription<C extends EntityConnection,T, R>
@Nullable REntityConnection.execute(FunctionType<C, T, R> functionType) Executes the function with the given type with no parameter<C extends EntityConnection,T, R>
@Nullable REntityConnection.execute(FunctionType<C, T, R> functionType, @Nullable T parameter) Executes the function with the given type -
Uses of FunctionType in is.codion.framework.db.rmi
Methods in is.codion.framework.db.rmi with parameters of type FunctionTypeModifier and TypeMethodDescription<C extends EntityConnection,T, R>
RRemoteEntityConnection.execute(FunctionType<C, T, R> functionType) Executes the function with the given type with no parameter<C extends EntityConnection,T, R>
RRemoteEntityConnection.execute(FunctionType<C, T, R> functionType, T parameter) Executes the function with the given type -
Uses of FunctionType in is.codion.framework.domain
Methods in is.codion.framework.domain that return types with arguments of type FunctionTypeModifier and TypeMethodDescriptionMap<FunctionType<?, ?, ?>, DatabaseFunction<?, ?, ?>> Domain.functions()final Map<FunctionType<?, ?, ?>, DatabaseFunction<?, ?, ?>> DomainModel.functions()Methods in is.codion.framework.domain with parameters of type FunctionTypeModifier and TypeMethodDescriptionprotected final <C,T, R> void DomainModel.add(FunctionType<C, T, R> functionType, DatabaseFunction<C, T, R> function) Adds the given function to this domain<C,T, R> DatabaseFunction <C, T, R> Domain.function(FunctionType<C, T, R> functionType) Retrieves the function of the given type.final <C,T, R> DatabaseFunction <C, T, R> DomainModel.function(FunctionType<C, T, R> functionType) -
Uses of FunctionType in is.codion.framework.json.domain
Methods in is.codion.framework.json.domain with parameters of type FunctionType