Package com.antlersoft.bbq.db

Examples of com.antlersoft.bbq.db.DBAnnotationBase


  /**
   * @param annotationClass
   * @param annotated
   */
  public DBAnnotation(DBClassBase annotationClass, DBAnnotatable annotated) {
    m_base = new DBAnnotationBase(annotationClass, annotated);
    ObjectDB.makePersistent(this);
  }
View Full Code Here

TOP

Related Classes of com.antlersoft.bbq.db.DBAnnotationBase

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.