org.apache.cayenne.wocompat
Interface PlistDataStructureFactory


public interface PlistDataStructureFactory

An interface that defines a factory for custom deserializing a property list.


Method Summary
 Collection createCollection(String keyPath)
           
 Map createMap(String keyPath)
           
 

Method Detail

createMap

Map createMap(String keyPath)

createCollection

Collection createCollection(String keyPath)


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.