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