Package org.hibernate.annotations
Annotation Type SqlFragmentAlias
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface SqlFragmentAliasDescribe aliases for filters.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringaliasThe alias within the fragment.
-