@groovy.transform.AutoClone @groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) @groovy.transform.CompileStatic class CompositeIdentity extends Property
Represents a composite identity, equivalent to Hibernate
| Type | Name and description |
|---|---|
java.lang.Class |
compositeClassThe composite id class |
java.lang.String[] |
propertyNamesThe property names that make up the custom identity |
| 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 |
|---|
CompositeIdentity() |
| 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 |
Groovy Documentation