Spring Data Core

Uses of Interface
org.springframework.data.auditing.DateTimeProvider

Packages that use DateTimeProvider
org.springframework.data.auditing General support for entity auditing. 
 

Uses of DateTimeProvider in org.springframework.data.auditing
 

Classes in org.springframework.data.auditing that implement DateTimeProvider
 class CurrentDateTimeProvider
          Default DateTimeProvider simply creating new DateTime instances for each method call.
 

Methods in org.springframework.data.auditing with parameters of type DateTimeProvider
 void AuditingHandler.setDateTimeProvider(DateTimeProvider dateTimeProvider)
          Sets the DateTimeProvider to be used to determine the dates to be set.
 


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.