Package com.kenshoo.pl.entity.annotation
-
Enum Summary Enum Description IdGeneration RequiredFieldType -
Annotation Types Summary Annotation Type Description DefaultValue Placed on an EntityField that gets a default value at creation time if not specified explicitly by the client.DontPurge Force writing a change to DB even when we know that new and old values are equal.Id Annotates the field that can be used as unique identifier.Immutable Annotates an EntityField that cannot be modified by updateRequired Annotates an EntityField that must be given a value in create command