Package org.apache.cayenne.reflect

Examples of org.apache.cayenne.reflect.FieldEmbeddableDescriptor


            EmbeddedAttribute embeddedAttribute) {
       
        // TODO: andrus, 11/19/2007 = avoid creation of descriptor for every property of
        // embeddable; look up reusable descriptor instead.

        return new FieldEmbeddableDescriptor(
                embeddedAttribute.getEmbeddable(),
                fieldNameMapper.getPropertyField("owner"),
                fieldNameMapper.getPropertyField("embeddedProperty"));
    }
View Full Code Here


            EmbeddedAttribute embeddedAttribute) {
       
        // TODO: andrus, 11/19/2007 = avoid creation of descriptor for every property of
        // embeddable; look up reusable descriptor instead.

        return new FieldEmbeddableDescriptor(
                embeddedAttribute.getEmbeddable(),
                fieldNameMapper.getPropertyField("owner"),
                fieldNameMapper.getPropertyField("embeddedProperty"));
    }
View Full Code Here

TOP

Related Classes of org.apache.cayenne.reflect.FieldEmbeddableDescriptor

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.