Package er.rest.example.model

Examples of er.rest.example.model.Car


public class CarRestDelegate extends ERXAbstractRestDelegate {
  public CarRestDelegate() {
  }
 
  public Object createObjectOfEntityWithID(EOClassDescription entity, Object id, ERXRestContext context) {
    return new Car();
  }
View Full Code Here

TOP

Related Classes of er.rest.example.model.Car

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.