com.netflix.astyanax.mapping
Annotation Type Column


@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Column


Optional Element Summary
 String value
          The name by which this particular field should be persisted as.
 

value

public abstract String value
The name by which this particular field should be persisted as. By default, the name of the field is used

Returns:
column name
Default:
""


Copyright © 2012. All Rights Reserved.