public interface AuditProjection
Modifier and Type | Interface and Description |
---|---|
static class |
AuditProjection.ProjectionData |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
convertQueryResult(EnversService enversService,
EntityInstantiator entityInstantiator,
java.lang.String entityName,
java.lang.Number revision,
java.lang.Object value) |
AuditProjection.ProjectionData |
getData(EnversService enversService) |
AuditProjection.ProjectionData getData(EnversService enversService)
enversService
- The EnversServicejava.lang.Object convertQueryResult(EnversService enversService, EntityInstantiator entityInstantiator, java.lang.String entityName, java.lang.Number revision, java.lang.Object value)
enversService
- the Envers serviceentityInstantiator
- the entity instantiatorentityName
- the name of the entity for which the projection has been addedrevision
- the revisionvalue
- the value to convertCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.