Class InsertRecord

    • Constructor Detail

      • InsertRecord

        public InsertRecord​(PK pk,
                            java.lang.String type,
                            java.util.Set<PropertyHolder> changes)
      • InsertRecord

        public InsertRecord​(PK pk,
                            java.lang.String type,
                            java.util.Set<PropertyHolder> changes,
                            java.util.Map<java.util.Locale,​java.util.Set<PropertyHolder>> localizedChanges)
    • Method Detail

      • accept

        public <V> V accept​(EntityRecord.EntityRecordVisitor<V> visitor)
        Description copied from interface: EntityRecord
        Accepts the record visitor which will build necessary data for further persistence processing.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object