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)
        Creates a new AfterDeleteEvent for the given DBObject and type.
        Parameters:
        dbo - must not be null.
        type - can be null.
Spring Data MongoDB

Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.