Package org.apache.cayenne.merge

Examples of org.apache.cayenne.merge.MergeDirection


            case COL_SELECT:
                Boolean val = (Boolean) value;
                getController().select(token, val.booleanValue());
                break;
            case COL_DIRECTION:
                MergeDirection direction = (MergeDirection) value;
                getController().setDirection(token, direction);
                break;
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.merge.MergeDirection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.