@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface KeyColumns
Allows the specification of multiple map key columns for complex mappings.
public abstract KeyColumn[] value
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.