Uses of Class
org.hibernate.annotations.SqlFragmentAlias
-
Packages that use SqlFragmentAlias Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.cfg -
-
Uses of SqlFragmentAlias in org.hibernate.annotations
Methods in org.hibernate.annotations that return SqlFragmentAlias Modifier and Type Method Description SqlFragmentAlias[]
aliases()
The alias descriptors for injection.SqlFragmentAlias[]
aliases()
The alias descriptors for injection. -
Uses of SqlFragmentAlias in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type SqlFragmentAlias Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>
BinderHelper. toAliasEntityMap(SqlFragmentAlias[] aliases)
static java.util.Map<java.lang.String,java.lang.String>
BinderHelper. toAliasTableMap(SqlFragmentAlias[] aliases)
-