Package de.yamass.redg.runtime.defaultvalues.pluggable
package de.yamass.redg.runtime.defaultvalues.pluggable
-
ClassDescriptionThe base class for
PluggableDefaultValueProvider
s providing dates.APluggableDefaultValueProvider
that delegates the value request to a providedPluggableDefaultValueProvider
if the table and column match a specified regular expression.APluggableDefaultValueProvider
that returns a constant string.APluggableDefaultValueProvider
that provides a constant object for every field with the exact type.APluggableDefaultValueProvider
always returning the current date.A conditional provider that is even more flexible than theConditionalProvider
APluggableDefaultValueProvider
returning the default value from aDefaultDefaultValueStrategy
.APluggableDefaultValueProvider
that provides incrementing numbers.APluggableDefaultValueProvider
that is capable of providing numbers.The interface to be used with thePluggableDefaultValueStrategy
.ADefaultValueStrategy
that implements a simple plugin system.APluggableDefaultValueProvider
that provides a static date.APluggableDefaultValueProvider
that provides a static number.