Uses of Class
org.hibernate.boot.model.CustomSql
-
Packages that use CustomSql Package Description org.hibernate.boot.model.source.spi -
-
Uses of CustomSql in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return CustomSql Modifier and Type Method Description CustomSql
EntitySource. getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entityCustomSql
PluralAttributeSource. getCustomSqlDelete()
CustomSql
SecondaryTableSource. getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entityCustomSql
PluralAttributeSource. getCustomSqlDeleteAll()
CustomSql
EntitySource. getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entityCustomSql
PluralAttributeSource. getCustomSqlInsert()
CustomSql
SecondaryTableSource. getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entityCustomSql
EntitySource. getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entityCustomSql
PluralAttributeSource. getCustomSqlUpdate()
CustomSql
SecondaryTableSource. getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entity
-