org.springframework.datastore.mapping
Interface MappingContext.Listener

All Known Implementing Classes:
AutoTimestampInterceptor
Enclosing interface:
MappingContext

public static interface MappingContext.Listener

Implementors can register for events when the mapping context changes


Method Summary
 void persistentEntityAdded(PersistentEntity entity)
          Fired when a new entity is added
 

Method Detail

persistentEntityAdded

void persistentEntityAdded(PersistentEntity entity)
Fired when a new entity is added

Parameters:
entity - The entity