类的使用
org.hibernate.sql.Insert
-
使用Insert的程序包 程序包 说明 org.hibernate.id This package contains internal implementation classes for the main API interfaces.org.hibernate.id.insert org.hibernate.persister.collection This package abstracts the persistence mechanism for collections.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. -
-
org.hibernate.id中Insert的使用
org.hibernate.id中Insert的子类 修饰符和类型 类 说明 static classSequenceIdentityGenerator.NoCommentsInsert已过时。返回Insert的org.hibernate.id中的方法 修饰符和类型 方法 说明 InsertSequenceIdentityGenerator.NoCommentsInsert. setComment(String comment) -
org.hibernate.id.insert中Insert的使用
org.hibernate.id.insert中Insert的子类 修饰符和类型 类 说明 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. -
org.hibernate.persister.collection中Insert的使用
返回Insert的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 protected InsertAbstractCollectionPersister. createInsert() -
org.hibernate.persister.entity中Insert的使用
返回Insert的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 protected InsertAbstractEntityPersister. createInsert()参数类型为Insert的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 protected voidAbstractEntityPersister. addDiscriminatorToInsert(Insert insert)protected voidJoinedSubclassEntityPersister. addDiscriminatorToInsert(Insert insert)protected voidSingleTableEntityPersister. addDiscriminatorToInsert(Insert insert) -
org.hibernate.sql中Insert的使用
返回Insert的org.hibernate.sql中的方法 修饰符和类型 方法 说明 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)
-