Spring Data Jpa

Uses of Interface
org.springframework.data.jpa.domain.support.DateTimeProvider

Packages that use DateTimeProvider
org.springframework.data.jpa.domain.support Implementation classes for auditing with JPA. 
 

Uses of DateTimeProvider in org.springframework.data.jpa.domain.support
 

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

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


Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.