|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Insert | |
---|---|
org.hibernate.id | This package contains internal implementation classes for the main API interfaces. |
org.hibernate.id.insert | |
org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. |
org.hibernate.sql | This package defines helper classes for rendering SQL fragments and SQL statements. |
Uses of Insert in org.hibernate.id |
---|
Subclasses of Insert in org.hibernate.id | |
---|---|
static class |
SequenceIdentityGenerator.NoCommentsInsert
|
Methods in org.hibernate.id that return Insert | |
---|---|
Insert |
SequenceIdentityGenerator.NoCommentsInsert.setComment(java.lang.String comment)
|
Uses of Insert in org.hibernate.id.insert |
---|
Subclasses of Insert in org.hibernate.id.insert | |
---|---|
class |
IdentifierGeneratingInsert
Nothing more than a distinguishing subclass of Insert used to indicate intent. |
class |
InsertSelectIdentityInsert
Specialized 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.entity |
---|
Methods in org.hibernate.persister.entity with parameters of type Insert | |
---|---|
protected void |
SingleTableEntityPersister.addDiscriminatorToInsert(Insert insert)
|
protected void |
AbstractEntityPersister.addDiscriminatorToInsert(Insert insert)
|
Uses of Insert in org.hibernate.sql |
---|
Methods in org.hibernate.sql that return Insert | |
---|---|
Insert |
Insert.addColumn(java.lang.String columnName)
|
Insert |
Insert.addColumn(java.lang.String columnName,
java.lang.Object value,
LiteralType type)
|
Insert |
Insert.addColumn(java.lang.String columnName,
java.lang.String value)
|
Insert |
Insert.addColumns(java.lang.String[] columnNames)
|
Insert |
Insert.addColumns(java.lang.String[] columnNames,
boolean[] insertable)
|
Insert |
Insert.addIdentityColumn(java.lang.String columnName)
|
Insert |
Insert.setComment(java.lang.String comment)
|
Insert |
Insert.setTableName(java.lang.String tableName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |