Class EmbeddableAttribute

java.lang.Object
org.apache.cayenne.map.EmbeddableAttribute
All Implemented Interfaces:
Serializable, ConfigurationNode, XMLSerializable

public class EmbeddableAttribute extends Object implements ConfigurationNode, XMLSerializable, Serializable
A persistent attribute of an embeddable object.
Since:
3.0
See Also:
  • Field Details

    • name

      protected String name
    • type

      protected String type
    • dbAttributeName

      protected String dbAttributeName
    • embeddable

      protected Embeddable embeddable
  • Constructor Details

    • EmbeddableAttribute

      public EmbeddableAttribute()
    • EmbeddableAttribute

      public EmbeddableAttribute(String name)
  • Method Details