Package org.jugile.daims.anno

Examples of org.jugile.daims.anno.DaimsObject


    if (dd != null) onLoad((IDomain)dd.d()); // call onLoad
  }

  protected String table() {
    Class<?> cl = this.getClass().getSuperclass();
    DaimsObject e = cl.getAnnotation(DaimsObject.class);
    return e.table();
  }
View Full Code Here

TOP

Related Classes of org.jugile.daims.anno.DaimsObject

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.