public static class ExportedKey.KeyData extends Object implements Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
String |
getCatalog() |
String |
getColumn() |
String |
getName() |
String |
getSchema() |
String |
getTable() |
int |
hashCode() |
String |
toString() |
boolean |
validateEntity(DbEntity entity)
Validate that entity is for this key (exists and has same catalog/schema)
|
public String getCatalog()
public String getSchema()
public String getTable()
public String getColumn()
public String getName()
public int compareTo(Object obj)
compareTo in interface Comparablepublic boolean validateEntity(DbEntity entity)
entity - to validateCopyright © 2001–2019 Apache Cayenne. All rights reserved.