See: Description
| Class | Description | 
|---|---|
| SpringCreatedDateMapper | Maps Spring Data's CreatedDate annotation to  DateCreated. | 
| SpringIdMapper | Maps Spring Data's Id to  Id. | 
| SpringLastModifiedDateMapper | Maps Spring's LastModifiedDate to  DateUpdated. | 
| SpringPersistenceConstructorMapper | Maps Spring Data's PersistenceConstructor to  Creator. | 
| SpringPersistentAnnotationMapper | Maps Spring Data's Persisted to  MappedEntity. | 
| SpringRepositoryMapper | Maps Spring's repository annotation to Micronaut's. | 
| SpringTransactionalEventListenerMapper | Maps Spring's TransactionalEventListener to Micronaut's. | 
| SpringTransactionalMapper | Maps Spring's transaction annotation. | 
| SpringTransientMapper | Maps Spring Data's Transient to  Transient. | 
| SpringVersionMapper | Maps Spring's Version to  Version. |