Uses of Class
org.hibernate.sql.Insert
-
Packages that use Insert Package Description org.hibernate.id org.hibernate.id.insert org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.sql -
-
Uses of Insert in org.hibernate.id
Subclasses of Insert in org.hibernate.id Modifier and Type Class Description static classSequenceIdentityGenerator.NoCommentsInsertDeprecated.Methods in org.hibernate.id that return Insert Modifier and Type Method Description InsertSequenceIdentityGenerator.NoCommentsInsert. setComment(String comment) -
Uses of Insert in org.hibernate.id.insert
Subclasses of Insert in org.hibernate.id.insert Modifier and Type Class Description classIdentifierGeneratingInsertNothing more than a distinguishing subclass of Insert used to indicate intent.classInsertSelectIdentityInsertSpecialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement. -
Uses of Insert in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return Insert Modifier and Type Method Description protected InsertAbstractCollectionPersister. createInsert() -
Uses of Insert in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return Insert Modifier and Type Method Description protected InsertAbstractEntityPersister. createInsert()Methods in org.hibernate.persister.entity with parameters of type Insert Modifier and Type Method Description protected voidAbstractEntityPersister. addDiscriminatorToInsert(Insert insert)protected voidJoinedSubclassEntityPersister. addDiscriminatorToInsert(Insert insert)protected voidSingleTableEntityPersister. addDiscriminatorToInsert(Insert insert) -
Uses of Insert in org.hibernate.sql
Methods in org.hibernate.sql that return Insert Modifier and Type Method Description InsertInsert. addColumn(String columnName)InsertInsert. addColumn(String columnName, Object value, LiteralType type)InsertInsert. addColumn(String columnName, String valueExpression)InsertInsert. addColumns(String[] columnNames)InsertInsert. addColumns(String[] columnNames, boolean[] insertable)InsertInsert. addColumns(String[] columnNames, boolean[] insertable, String[] valueExpressions)InsertInsert. addIdentityColumn(String columnName)InsertInsert. setComment(String comment)InsertInsert. setTableName(String tableName)
-