Project

General

Profile

« Previous | Next » 

Revision ac1f29b5

Added by Cherian Mathew almost 9 years ago

Add method to sessionOwner objects to fine tune performance using property paths

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/taxeditor/session/mock/MockCdmEntitySession.java
189 189
        return updateResult;
190 190
    }
191 191

  
192
    /* (non-Javadoc)
193
     * @see eu.etaxonomy.taxeditor.session.ICdmEntitySession#getPropertyPath(java.lang.Class)
194
     */
195
    @Override
196
    public List<String> getPropertyPaths(Object obj) {
197
        // TODO Auto-generated method stub
198
        return null;
199
    }
200

  
192 201

  
193 202
}

Also available in: Unified diff