Uses of Class
org.hibernate.boot.model.relational.InitCommand
-
Packages that use InitCommand Package Description org.hibernate.boot.model.relational org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.mapping -
-
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 java.util.Collection<InitCommand>
Database. getInitCommands()
Methods in org.hibernate.boot.model.relational with parameters of type InitCommand Modifier and Type Method Description void
Database. 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 InitCommand
TableGenerator. 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 java.util.List<InitCommand>
Table. getInitCommands(SqlStringGenerationContext context)
Methods in org.hibernate.mapping with parameters of type InitCommand Modifier and Type Method Description void
Table. 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 void
Table. addInitCommand(java.util.function.Function<SqlStringGenerationContext,InitCommand> commandProducer)
-