Class FromList

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,String>
org.nuxeo.ecm.core.query.sql.model.FromList
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class FromList extends LinkedHashMap<String,String> implements Serializable
Here, key is holding the alias and value the document type.
Author:
Bogdan Stefanescu
See Also: