Java Doc for SecondaryKeyMetadata.java in » JMX » je » com » sleepycat » persist » model » Java Source Code / Java DocumentationJava Source Code and Java Documentation
getDeleteAction() Returns the action to take when a related entity is deleted having a
primary key value that exists as a secondary key value for this entity.
getRelatedEntity() Returns the class name of the related (foreign) entity, for which
foreign key constraints are specified using the
SecondaryKey.relatedEntity annotation.
Returns the action to take when a related entity is deleted having a
primary key value that exists as a secondary key value for this entity.
This may be specified using the
SecondaryKey.onRelatedEntityDelete annotation.
Returns the class name of the related (foreign) entity, for which
foreign key constraints are specified using the
SecondaryKey.relatedEntity annotation.