Package | Description |
---|---|
org.hibernate.boot.model.source.spi | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
CustomSql |
SecondaryTableSource.getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entity
|
CustomSql |
EntitySource.getCustomSqlDelete()
Obtain the custom SQL to be used for deletes for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlDelete() |
CustomSql |
PluralAttributeSource.getCustomSqlDeleteAll() |
CustomSql |
SecondaryTableSource.getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entity
|
CustomSql |
EntitySource.getCustomSqlInsert()
Obtain the custom SQL to be used for inserts for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlInsert() |
CustomSql |
SecondaryTableSource.getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entity
|
CustomSql |
EntitySource.getCustomSqlUpdate()
Obtain the custom SQL to be used for updates for this entity
|
CustomSql |
PluralAttributeSource.getCustomSqlUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
PersistentClass.setCustomSqlDelete(CustomSql customSql) |
void |
PersistentClass.setCustomSqlInsert(CustomSql customSql) |
void |
PersistentClass.setCustomSqlUpdate(CustomSql customSql) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.