Package com.caucho.amber.entity

Examples of com.caucho.amber.entity.Embeddable


   * Returns the object for the expr.
   */
  public Object getObject(AmberConnection aConn, ResultSet rs, int index)
    throws SQLException
  {
    Embeddable embeddable = getEmbeddableType().createObject();

    embeddable.__caucho_load(aConn, rs, index);

    return embeddable;
  }
View Full Code Here


   * Returns the object for the expr.
   */
  public Object getObject(AmberConnection aConn, ResultSet rs, int index)
    throws SQLException
  {
    Embeddable embeddable = getEmbeddableType().createObject();

    embeddable.__caucho_load(aConn, rs, index);

    return embeddable;
  }
View Full Code Here

TOP

Related Classes of com.caucho.amber.entity.Embeddable

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.