Uses of Class
org.hibernate.annotations.SqlFragmentAlias
-
Packages that use SqlFragmentAlias Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal -
-
Uses of SqlFragmentAlias in org.hibernate.annotations
Methods in org.hibernate.annotations that return SqlFragmentAlias Modifier and Type Method Description SqlFragmentAlias[]aliases()Explicitly specifies how aliases are interpolated into theFilter.condition()SQL expression.SqlFragmentAlias[]aliases()Explicitly specifies how aliases are interpolated into theFilterJoinTable.condition()SQL expression. -
Uses of SqlFragmentAlias in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SqlFragmentAlias Modifier and Type Method Description static Map<String,String>BinderHelper. toAliasEntityMap(SqlFragmentAlias[] aliases)static Map<String,String>BinderHelper. toAliasTableMap(SqlFragmentAlias[] aliases)
-