HHH-6537 formatting
This commit is contained in:
parent
cefa777c00
commit
683478674c
|
@ -35,12 +35,14 @@ public interface IdentifierSource {
|
||||||
* annotation. Indicates the {@link IdentifierSource} is castable to {@link SimpleIdentifierSource}.
|
* annotation. Indicates the {@link IdentifierSource} is castable to {@link SimpleIdentifierSource}.
|
||||||
*/
|
*/
|
||||||
SIMPLE,
|
SIMPLE,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* What we used to term an "embedded composite identifier", which is not to be confused with the JPA
|
* What we used to term an "embedded composite identifier", which is not to be confused with the JPA
|
||||||
* term embedded. Specifically a composite id where there is no component class, though there may be an
|
* term embedded. Specifically a composite id where there is no component class, though there may be an
|
||||||
* {@code @IdClass}.
|
* {@code @IdClass}.
|
||||||
*/
|
*/
|
||||||
COMPOSITE,
|
COMPOSITE,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Composite identifier with an actual component class used to aggregate the individual attributes
|
* Composite identifier with an actual component class used to aggregate the individual attributes
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue