Revision 44363 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/ForeingKey.java

View differences:

ForeingKey.java
68 68
    
69 69
    public String getLabelForValue(Object value);
70 70

  
71
    public boolean getEnsureReferentialIntegrity();
71 72
    
73
    /**
74
     * If the data store supports it, it ensures that referential integrity is respected.
75
     * 
76
     * @param ensureReferentialIntegrity 
77
     */
78
    public void setEnsureReferentialIntegrity(boolean ensureReferentialIntegrity);
72 79
}

Also available in: Unified diff