|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface TypeAlias
Annotation to allow String based type aliases to be used when writing type information for
PersistentEntitys.
| Required Element Summary | |
|---|---|
String |
value
The type alias to be used when persisting |
| Element Detail |
|---|
public abstract String value
|
Spring Data Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||