@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Columns
Modifier and Type | Required Element and Description |
---|---|
javax.persistence.Column[] |
columns
The aggregated columns.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.