Package org.apache.tuscany.sdo.helper

Examples of org.apache.tuscany.sdo.helper.CrossScopeCopyHelperImpl


   * @param targetScope the TypeHelper containing the Types to use to create the copy objects.
   * @return the new CopyHelper.
   */
  public static CopyHelper createCrossScopeCopyHelper(TypeHelper targetScope)
  {
    return new CrossScopeCopyHelperImpl(targetScope);
  }
View Full Code Here


   * @param targetScope the TypeHelper containing the Types to use to create the copy objects.
   * @return the new CopyHelper.
   */
  public static CopyHelper createCrossScopeCopyHelper(TypeHelper targetScope)
  {
    return new CrossScopeCopyHelperImpl(targetScope);
  }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sdo.helper.CrossScopeCopyHelperImpl

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.