@groovy.transform.AutoClone @groovy.transform.builder.Builder(builderStrategy: SimpleStrategy, prefix: ) @groovy.transform.CompileStatic class CompositeIdentity extends org.hibernate.mapping.Property
Represents a composite identity, equivalent to Hibernate
Type | Name and description |
---|---|
java.lang.Class |
compositeClass The composite id class |
java.lang.String[] |
propertyNames The property names that make up the custom identity |
Constructor and description |
---|
CompositeIdentity() |
Methods inherited from class | Name |
---|---|
class org.hibernate.mapping.Property |
org.hibernate.mapping.Property#addCallbackDefinitions(java.util.List), org.hibernate.mapping.Property#equals(java.lang.Object), org.hibernate.mapping.Property#getAccessorPropertyName(org.hibernate.EntityMode), org.hibernate.mapping.Property#getCallbackDefinitions(), org.hibernate.mapping.Property#getCascade(), org.hibernate.mapping.Property#getCascadeStyle(), org.hibernate.mapping.Property#getClass(), org.hibernate.mapping.Property#getColumnIterator(), org.hibernate.mapping.Property#getColumnSpan(), org.hibernate.mapping.Property#getGetter(java.lang.Class), org.hibernate.mapping.Property#getLazyGroup(), org.hibernate.mapping.Property#getMetaAttribute(java.lang.String), org.hibernate.mapping.Property#getMetaAttributes(), org.hibernate.mapping.Property#getName(), org.hibernate.mapping.Property#getPersistentClass(), org.hibernate.mapping.Property#getPropertyAccessStrategy(java.lang.Class), org.hibernate.mapping.Property#getPropertyAccessorName(), org.hibernate.mapping.Property#getSetter(java.lang.Class), org.hibernate.mapping.Property#getType(), org.hibernate.mapping.Property#getValue(), org.hibernate.mapping.Property#getValueGenerationStrategy(), org.hibernate.mapping.Property#hashCode(), org.hibernate.mapping.Property#isBackRef(), org.hibernate.mapping.Property#isBasicPropertyAccessor(), org.hibernate.mapping.Property#isComposite(), org.hibernate.mapping.Property#isInsertable(), org.hibernate.mapping.Property#isLazy(), org.hibernate.mapping.Property#isLob(), org.hibernate.mapping.Property#isNaturalIdentifier(), org.hibernate.mapping.Property#isOptimisticLocked(), org.hibernate.mapping.Property#isOptional(), org.hibernate.mapping.Property#isPrimitive(java.lang.Class), org.hibernate.mapping.Property#isSelectable(), org.hibernate.mapping.Property#isSynthetic(), org.hibernate.mapping.Property#isUpdateable(), org.hibernate.mapping.Property#isValid(org.hibernate.engine.spi.Mapping), org.hibernate.mapping.Property#notify(), org.hibernate.mapping.Property#notifyAll(), org.hibernate.mapping.Property#setCascade(java.lang.String), org.hibernate.mapping.Property#setInsertable(boolean), org.hibernate.mapping.Property#setLazy(boolean), org.hibernate.mapping.Property#setLazyGroup(java.lang.String), org.hibernate.mapping.Property#setLob(boolean), org.hibernate.mapping.Property#setMetaAttributes(java.util.Map), org.hibernate.mapping.Property#setName(java.lang.String), org.hibernate.mapping.Property#setNaturalIdentifier(boolean), org.hibernate.mapping.Property#setOptimisticLocked(boolean), org.hibernate.mapping.Property#setOptional(boolean), org.hibernate.mapping.Property#setPersistentClass(org.hibernate.mapping.PersistentClass), org.hibernate.mapping.Property#setPropertyAccessorName(java.lang.String), org.hibernate.mapping.Property#setSelectable(boolean), org.hibernate.mapping.Property#setUpdateable(boolean), org.hibernate.mapping.Property#setValue(org.hibernate.mapping.Value), org.hibernate.mapping.Property#setValueGenerationStrategy(org.hibernate.tuple.ValueGeneration), org.hibernate.mapping.Property#toString(), org.hibernate.mapping.Property#wait(), org.hibernate.mapping.Property#wait(long), org.hibernate.mapping.Property#wait(long, int) |
Groovy Documentation