Package | Description |
---|---|
org.datanucleus.metadata |
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
|
Modifier and Type | Field and Description |
---|---|
static ForeignKeyAction |
ForeignKeyAction.CASCADE
update/delete-action="cascade".
|
static ForeignKeyAction |
ForeignKeyAction.DEFAULT
update/delete-action="default".
|
protected ForeignKeyAction |
ForeignKeyMetaData.deleteAction
Foreign keys represent a consistency constraint in the database that must
be maintained.
|
static ForeignKeyAction |
ForeignKeyAction.NONE
update/delete-action="none".
|
static ForeignKeyAction |
ForeignKeyAction.NULL
update/delete-action="null".
|
static ForeignKeyAction |
ForeignKeyAction.RESTRICT
update/delete-action="restrict".
|
protected ForeignKeyAction |
ForeignKeyMetaData.updateAction
Foreign keys represent a consistency constraint in the database that must
be maintained.
|
Modifier and Type | Method and Description |
---|---|
ForeignKeyAction |
AbstractElementMetaData.getDeleteAction() |
ForeignKeyAction |
ForeignKeyMetaData.getDeleteAction() |
static ForeignKeyAction |
ForeignKeyAction.getForeignKeyAction(String value)
Return ForeignKeyDeleteAction from String.
|
ForeignKeyAction |
AbstractElementMetaData.getUpdateAction() |
ForeignKeyAction |
ForeignKeyMetaData.getUpdateAction() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElementMetaData.setDeleteAction(ForeignKeyAction deleteAction) |
void |
ForeignKeyMetaData.setDeleteAction(ForeignKeyAction deleteAction) |
void |
AbstractElementMetaData.setUpdateAction(ForeignKeyAction updateAction) |
ForeignKeyMetaData |
ForeignKeyMetaData.setUpdateAction(ForeignKeyAction updateAction) |
Copyright © 2020. All rights reserved.