Spring Data Commons

org.springframework.data.annotation
Annotation Type TypeAlias


@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.

Author:
Oliver Gierke

Required Element Summary
 String value
          The type alias to be used when persisting
 

Element Detail

value

public abstract String value
The type alias to be used when persisting

Returns:

Spring Data Commons

Copyright © 2012. All Rights Reserved.