| 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
configuration
|
| 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 |
|---|---|
protected InitCommand |
TableGenerator.generateInsertInitCommand() |
| Modifier and Type | Method and Description |
|---|---|
List<InitCommand> |
Table.getInitCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addInitCommand(InitCommand command) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.