Class EmbeddableEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EmbeddableAttributeEvent

public class EmbeddableEvent extends MapEvent
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • setEmbeddable

      public void setEmbeddable(Embeddable embeddable)
    • getEmbeddable

      public Embeddable getEmbeddable()
    • getNewName

      public String getNewName()
      Description copied from class: MapEvent
      Returns the newName of the object that caused this event.
      Specified by:
      getNewName in class MapEvent