Uses of Class
org.hibernate.boot.model.CustomSql
-
Packages that use CustomSql Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of CustomSql in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return CustomSql Modifier and Type Method Description static CustomSqlHelper. buildCustomSql(JaxbHbmCustomSqlDmlType customSqlElement)Given a user-specified description of how to perform custom SQL, build theCustomSqlrepresentation.CustomSqlAbstractEntitySourceImpl. getCustomSqlDelete()CustomSqlAbstractPluralAttributeSourceImpl. getCustomSqlDelete()CustomSqlAbstractPluralAttributeSourceImpl. getCustomSqlDeleteAll()CustomSqlAbstractEntitySourceImpl. getCustomSqlInsert()CustomSqlAbstractPluralAttributeSourceImpl. getCustomSqlInsert()CustomSqlAbstractEntitySourceImpl. getCustomSqlUpdate()CustomSqlAbstractPluralAttributeSourceImpl. getCustomSqlUpdate() -
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
-