HHH-6537 formatting

This commit is contained in:
Hardy Ferentschik 2011-08-03 08:56:57 +02:00
parent cefa777c00
commit 683478674c

View File

@ -25,7 +25,7 @@
/**
* Contract describing source of identifier information for the entity.
*
*
* @author Steve Ebersole
*/
public interface IdentifierSource {
@ -35,12 +35,14 @@ public static enum Nature {
* annotation. Indicates the {@link IdentifierSource} is castable to {@link SimpleIdentifierSource}.
*/
SIMPLE,
/**
* 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
* {@code @IdClass}.
*/
COMPOSITE,
/**
* Composite identifier with an actual component class used to aggregate the individual attributes
*/