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 CustomSqlEntitySource. getCustomSqlDelete()Obtain the custom SQL to be used for deletes for this entityCustomSqlPluralAttributeSource. getCustomSqlDelete()CustomSqlSecondaryTableSource. getCustomSqlDelete()Obtain the custom SQL to be used for deletes for this entityCustomSqlPluralAttributeSource. getCustomSqlDeleteAll()CustomSqlEntitySource. getCustomSqlInsert()Obtain the custom SQL to be used for inserts for this entityCustomSqlPluralAttributeSource. getCustomSqlInsert()CustomSqlSecondaryTableSource. getCustomSqlInsert()Obtain the custom SQL to be used for inserts for this entityCustomSqlEntitySource. getCustomSqlUpdate()Obtain the custom SQL to be used for updates for this entityCustomSqlPluralAttributeSource. getCustomSqlUpdate()CustomSqlSecondaryTableSource. getCustomSqlUpdate()Obtain the custom SQL to be used for updates for this entity
-