Package org.hibernate.annotations
Annotation Interface SqlFragmentAlias
Defines an interpolated alias occurring in a SQL
filter condition.
Aliases are interpolated where placeholders of the
form
{name}
occur, where name
is
the value specified by alias()
.
It's usually necessary to specify only one of
entity()
and table()
to uniquely
identify the alias that should be interpolated.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements