Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Method and Description |
---|---|
static CustomSql |
Helper.buildCustomSql(JaxbHbmCustomSqlDmlType customSqlElement)
Given a user-specified description of how to perform custom SQL, build the
CustomSql representation. |
CustomSql |
AbstractPluralAttributeSourceImpl.getCustomSqlDelete() |
CustomSql |
AbstractEntitySourceImpl.getCustomSqlDelete() |
CustomSql |
AbstractPluralAttributeSourceImpl.getCustomSqlDeleteAll() |
CustomSql |
AbstractPluralAttributeSourceImpl.getCustomSqlInsert() |
CustomSql |
AbstractEntitySourceImpl.getCustomSqlInsert() |
CustomSql |
AbstractPluralAttributeSourceImpl.getCustomSqlUpdate() |
CustomSql |
AbstractEntitySourceImpl.getCustomSqlUpdate() |
Modifier and Type | Method and Description |
---|---|
CustomSql |
SecondaryTableSource.getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlDelete() |
CustomSql |
EntitySource.getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlDeleteAll() |
CustomSql |
SecondaryTableSource.getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlInsert() |
CustomSql |
EntitySource.getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entity
|
CustomSql |
SecondaryTableSource.getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlUpdate() |
CustomSql |
EntitySource.getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entity
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.