Uses of Class
org.hibernate.boot.model.CustomSql
Packages that use CustomSql
Package
Description
-
Uses of CustomSql in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return CustomSqlModifier and TypeMethodDescriptionstatic CustomSql
Helper.buildCustomSql
(JaxbHbmCustomSqlDmlType customSqlElement) Given a user-specified description of how to perform custom SQL, build theCustomSql
representation.AbstractEntitySourceImpl.getCustomSqlDelete()
AbstractPluralAttributeSourceImpl.getCustomSqlDelete()
AbstractPluralAttributeSourceImpl.getCustomSqlDeleteAll()
AbstractEntitySourceImpl.getCustomSqlInsert()
AbstractPluralAttributeSourceImpl.getCustomSqlInsert()
AbstractEntitySourceImpl.getCustomSqlUpdate()
AbstractPluralAttributeSourceImpl.getCustomSqlUpdate()
-
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