@groovy.transform.CompileStatic @groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) class Identity extends Property
Defines the identity generation strategy. In the case of a 'composite' identity the properties array defines the property names that formulate the composite id.
Type | Name and description |
---|---|
java.lang.String |
column The column to map to |
java.lang.String |
generator The generator to use |
java.lang.String |
name The name of the id property |
NaturalId |
natural The natural id definition |
java.util.Map |
params Any parameters (for example for the generator) |
java.lang.Class |
type The type |
Properties inherited from class | Properties |
---|---|
class Property |
accessType, cascade, cascadeValidate, cascades, derived, enumType, enumType, fetchStrategy, formula, generator, inList, index, lazy, lazy, max, maxSize, min, minSize, name, nullable, orphanRemoval, reference, scale, targetName, unique |
Constructor and description |
---|
Identity() |
Type Params | Return Type | Name and description |
---|---|---|
|
static Identity |
configureExisting(Identity property, java.util.Map config) Configures an existing Identity instance |
|
static Identity |
configureExisting(Identity property, groovy.lang.Closure config) Configures an existing PropertyConfig instance |
|
static Identity |
configureNew(groovy.lang.Closure config) Configures a new Identity instance |
|
Identity |
naturalId(groovy.lang.Closure naturalIdDef) Define the natural id |
|
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class Property |
clone, configureExisting, configureExisting, fetch, fetch, getEnumType, getEnumTypeObject, getLazy, getName, getUniquenessGroup, isLazy, isUnique, isUniqueWithinGroup, name, setEnumType, setEnumType, setFetch, setLazy, setName, setRange, setSize, setUnique, setUnique, setUnique, setUniquenessGroup, unique, unique, unique |
The column to map to
The generator to use
The name of the id property
The natural id definition
Any parameters (for example for the generator)
The type
Configures an existing Identity instance
config
- The configurationConfigures an existing PropertyConfig instance
config
- The configurationConfigures a new Identity instance
config
- The configurationDefine the natural id
naturalIdDef
- The callableGroovy Documentation