Uses of Interface
org.tentackle.common.Freezable
-
Packages that use Freezable Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of Freezable in org.tentackle.common
Classes in org.tentackle.common that implement Freezable Modifier and Type Class Description classBinary<T extends java.io.Serializable>Datatype for storing arbitrary (binary) data in a database.classDateDate with database semantics.classTimeTime with database semantics.classTimestampTimestamp with UTC option.Methods in org.tentackle.common with parameters of type Freezable Modifier and Type Method Description static voidFreezable. freeze(Freezable freezable)Freezes a value object null-safe.
Method provided to reduce generated code.
-