Package | Description |
---|---|
org.hibernate.boot.model.relational | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
Collection<InitCommand> |
Database.getInitCommands() |
Modifier and Type | Method and Description |
---|---|
void |
Database.addInitCommand(InitCommand initCommand) |
Modifier and Type | Method and Description |
---|---|
List<InitCommand> |
Table.getInitCommands() |
Modifier and Type | Method and Description |
---|---|
void |
Table.addInitCommand(InitCommand command) |
Copyright © 2024. All rights reserved.