Package org.objectweb.speedo.metadata

Examples of org.objectweb.speedo.metadata.SpeedoClass.addFetchGroup()


            SpeedoClass sc = (SpeedoClass) mo;
            if (logger.isLoggable(BasicLevel.DEBUG)) {
                logger.log(BasicLevel.DEBUG, "add fetchgroup '" +  fg.name +
                    "' into the class '"  + sc.getFQName() +"'");
            }
            sc.addFetchGroup(fg);
        } else if (mo instanceof SpeedoFetchGroup) {
            SpeedoFetchGroup pfg = (SpeedoFetchGroup) mo;
            if (logger.isLoggable(BasicLevel.DEBUG)) {
                logger.log(BasicLevel.DEBUG, "add fetchgroup '" +  fg.name +
                    "' into the fetchgroup '" + pfg.name +"'");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.