Uses of Record Class
org.hibernate.boot.model.CustomSql
Packages that use CustomSql
-
Uses of CustomSql in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return CustomSqlModifier and TypeMethodDescriptionEntitySource.getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entityPluralAttributeSource.getCustomSqlDelete()
SecondaryTableSource.getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entityPluralAttributeSource.getCustomSqlDeleteAll()
EntitySource.getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entityPluralAttributeSource.getCustomSqlInsert()
SecondaryTableSource.getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entityEntitySource.getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entityPluralAttributeSource.getCustomSqlUpdate()
SecondaryTableSource.getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entity