Uses of Interface
is.codion.common.db.operation.DatabaseFunction
Packages that use DatabaseFunction
-
Uses of DatabaseFunction in is.codion.framework.domain
Methods in is.codion.framework.domain that return DatabaseFunctionModifier and TypeMethodDescription<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) Methods in is.codion.framework.domain that return types with arguments of type DatabaseFunctionModifier and TypeMethodDescriptionMap
<FunctionType<?, ?, ?>, DatabaseFunction<?, ?, ?>> Domain.functions()
final Map
<FunctionType<?, ?, ?>, DatabaseFunction<?, ?, ?>> DomainModel.functions()
Methods in is.codion.framework.domain with parameters of type DatabaseFunctionModifier 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