类的使用
org.hibernate.boot.model.relational.InitCommand
-
使用InitCommand的程序包 程序包 说明 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 This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.boot.model.relational中InitCommand的使用
返回变量类型为InitCommand的类型的org.hibernate.boot.model.relational中的方法 修饰符和类型 方法 说明 Collection<InitCommand>Database. getInitCommands()参数类型为InitCommand的org.hibernate.boot.model.relational中的方法 修饰符和类型 方法 说明 voidDatabase. addInitCommand(InitCommand initCommand) -
org.hibernate.id.enhanced中InitCommand的使用
返回InitCommand的org.hibernate.id.enhanced中的方法 修饰符和类型 方法 说明 protected InitCommandTableGenerator. generateInsertInitCommand() -
org.hibernate.mapping中InitCommand的使用
返回变量类型为InitCommand的类型的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 List<InitCommand>Table. getInitCommands()参数类型为InitCommand的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 voidTable. addInitCommand(InitCommand command)
-