Class EmbeddableCallback

java.lang.Object
org.hibernate.jpa.event.internal.EmbeddableCallback
All Implemented Interfaces:
Serializable, Callback

public class EmbeddableCallback extends Object
Represents a JPA callback on the embeddable type
See Also:
  • Method Details

    • performCallback

      public boolean performCallback(Object entity)
      Description copied from interface: Callback
      Contract for performing the callback
      Parameters:
      entity - Reference to the entity for which the callback is triggered.
      Returns:
      Did a callback actually happen?
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getCallbackType

      public CallbackType getCallbackType()
      Description copied from interface: Callback
      The type of callback (pre-update, pre-persist, etc) handled
      Specified by:
      getCallbackType in interface Callback