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-2013-2013 Pivotal. All Rights Reserved.