Class EmbeddedResult

java.lang.Object
org.apache.cayenne.map.EmbeddedResult

public class EmbeddedResult extends Object
A metadata object that provides mapping of a set of result columns to an Embeddable object. Used by SQLResult. Note that fields in the EmbeddedResult are not required to follow the order of columns in the actual query, and can be added in the arbitrary order.
Since:
4.2
  • Constructor Details

    • EmbeddedResult

      public EmbeddedResult(Embeddable embeddable, int size)
  • Method Details