private static class RelationInfo.PropertyData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
foreign
Foreign property name
|
private boolean |
ignoreCase
Ignore case flag
|
private java.lang.String |
local
Local property name
|
| Constructor and Description |
|---|
PropertyData(java.lang.String local,
java.lang.String foreign,
boolean ignoreCase)
Constructor
|