Package org.hibernate.annotations
Annotation Type SqlFragmentAlias
-
@Target({}) @Retention(RUNTIME) public @interface SqlFragmentAlias
Defines an interpolated alias occurring in a SQL filter condition. Aliases are interpolated where placeholders of the form{name}
occur, wherename
is the value specified byalias()
.It's usually necessary to specify only one of
entity()
andtable()
to uniquely identify the alias that should be interpolated.