Uses of Class
org.hibernate.boot.model.relational.InitCommand
Packages that use InitCommand
Package
Description
Some SPIs related to DDL generation and schema management.
Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
This package defines the Hibernate configuration-time mapping model.
-
Uses of InitCommand in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return types with arguments of type InitCommandMethods in org.hibernate.boot.model.relational with parameters of type InitCommand -
Uses of InitCommand in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that return InitCommandModifier and TypeMethodDescriptionprotected InitCommand
TableGenerator.generateInsertInitCommand
(SqlStringGenerationContext context) -
Uses of InitCommand in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type InitCommandMethods in org.hibernate.mapping with parameters of type InitCommandMethod parameters in org.hibernate.mapping with type arguments of type InitCommandModifier and TypeMethodDescriptionvoid
Table.addInitCommand
(Function<SqlStringGenerationContext, InitCommand> commandProducer)
Table.addInitCommand(Function)
instead.