Uses of Class
org.hibernate.boot.model.relational.InitCommand
-
Packages that use InitCommand Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.org.hibernate.mapping 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 InitCommand Modifier and Type Method Description Collection<InitCommand>Database. getInitCommands()Methods in org.hibernate.boot.model.relational with parameters of type InitCommand Modifier and Type Method Description voidDatabase. addInitCommand(InitCommand initCommand) -
Uses of InitCommand in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced that return InitCommand Modifier and Type Method Description protected InitCommandTableGenerator. generateInsertInitCommand(SqlStringGenerationContext context) -
Uses of InitCommand in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type InitCommand Modifier and Type Method Description List<InitCommand>Table. getInitCommands(SqlStringGenerationContext context)Methods in org.hibernate.mapping with parameters of type InitCommand Modifier and Type Method Description voidTable. addInitCommand(InitCommand command)Deprecated.UseTable.addInitCommand(Function)instead.Method parameters in org.hibernate.mapping with type arguments of type InitCommand Modifier and Type Method Description voidTable. addInitCommand(Function<SqlStringGenerationContext,InitCommand> commandProducer)
-