Package com.inspiresoftware.lib.dto.geda.dsl

Examples of com.inspiresoftware.lib.dto.geda.dsl.DtoParentContext


    /** {@inheritDoc} */
    public DtoParentContext dtoParent(final String primaryKeyFieldName) {
        this.dtoParent = true;
        this.dtoParentPrimaryKey = primaryKeyFieldName;
        return new DtoParentContext() {
            public DtoFieldContext retriever(final String retriever) {
                DtoFieldContextImpl.this.dtoParentRetriever = retriever;
                return DtoFieldContextImpl.this;
            }
        };
View Full Code Here

TOP

Related Classes of com.inspiresoftware.lib.dto.geda.dsl.DtoParentContext

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.