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

Class AfterDeleteEvent<T>

    • Constructor Detail

      • AfterDeleteEvent

        public AfterDeleteEvent(com.mongodb.DBObject dbo,
                                Class<T> type,
                                String collectionName)
        Creates a new AfterDeleteEvent for the given DBObject, type and collectionName.
        Parameters:
        dbo - must not be null.
        type - can be null.
        collectionName - can be null.
        Since:
        1.8
Spring Data MongoDB

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