类的使用
org.hibernate.boot.model.CustomSql
-
使用CustomSql的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中CustomSql的使用
返回CustomSql的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 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() -
org.hibernate.boot.model.source.spi中CustomSql的使用
返回CustomSql的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 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
-