@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface SqlFragmentAlias
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
alias
The alias within the fragment.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.