Skip navigation links
Spring Data MongoDB
org.springframework.data.mongodb.core.mapping.event

Class AfterDeleteEvent<T>

    • Constructor Detail

      • AfterDeleteEvent

        public AfterDeleteEvent(org.bson.Document document,
                                @Nullable
                                Class<T> type,
                                String collectionName)
        Creates a new AfterDeleteEvent for the given Document, type and collectionName.
        Parameters:
        dbo - must not be null.
        type - may be null.
        collectionName - must not be null.
        Since:
        1.8
Spring Data MongoDB

Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.