| Package | Description |
|---|---|
| com.google.cloud.spanner.hibernate | |
| com.google.cloud.spanner.hibernate.schema |
| Modifier and Type | Method and Description |
|---|---|
void |
SpannerTableExporter.init(org.hibernate.boot.Metadata metadata,
SpannerDatabaseInfo spannerDatabaseInfo,
org.hibernate.tool.schema.Action schemaAction)
Initializes the table exporter for if a new create-table or drop-table sequence is starting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpannerForeignKeyExporter.init(SpannerDatabaseInfo spannerDatabaseInfo) |
void |
SpannerTableStatements.initializeSpannerDatabaseInfo(SpannerDatabaseInfo spannerDatabaseInfo)
Initializes the
SpannerDatabaseInfo which contains information about what tables and
indices exist in the Spanner database. |
Copyright © 2022 Google LLC. All rights reserved.