Uses of Record 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 InitCommandTableGenerator.generateInsertInitCommand(SqlStringGenerationContext context) -
Uses of InitCommand in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type InitCommandModifier and TypeMethodDescriptionTable.getInitCommands(SqlStringGenerationContext context) Table.getResetCommands(SqlStringGenerationContext context) Table.getResyncCommands(SqlStringGenerationContext context, DdlTransactionIsolator isolator) Methods in org.hibernate.mapping with parameters of type InitCommandMethod parameters in org.hibernate.mapping with type arguments of type InitCommandModifier and TypeMethodDescriptionvoidTable.addInitCommand(Function<SqlStringGenerationContext, InitCommand> commandProducer) voidTable.addResetCommand(Function<SqlStringGenerationContext, InitCommand> commandProducer) voidTable.addResyncCommand(BiFunction<SqlStringGenerationContext, DdlTransactionIsolator, InitCommand> commandProducer)
Table.addInitCommand(Function)instead.