Uses of Class
org.hibernate.boot.model.CustomSql
-
Packages that use CustomSql Package Description org.hibernate.boot.model.source.spi org.hibernate.mapping -
-
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 -
Uses of CustomSql in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type CustomSql Modifier and Type Method Description void
PersistentClass. setCustomSqlDelete(CustomSql customSql)
void
PersistentClass. setCustomSqlInsert(CustomSql customSql)
void
PersistentClass. setCustomSqlUpdate(CustomSql customSql)
-