Class SQL2QOMBuilder

java.lang.Object
org.apache.jackrabbit.commons.query.sql2.SQL2QOMBuilder
All Implemented Interfaces:
QueryObjectModelBuilder

public class SQL2QOMBuilder extends Object implements QueryObjectModelBuilder
SQL2QOMBuilder implements QOM builder that understands Query.JCR_SQL2 and Query.JCR_JQOM. JCR_JQOM might be surprising, but JSR 283 says that the serialization format of JCR_JQOM is JCR_SQL2. This is important when a JQOM is stored on a node as a serialized String and a language property set to JCR_JQOM.