public interface AuditProjection
Modifier and Type | Interface and Description |
---|---|
static class |
AuditProjection.ProjectionData |
Modifier and Type | Method and Description |
---|---|
Object |
convertQueryResult(org.hibernate.envers.boot.internal.EnversService enversService,
org.hibernate.envers.internal.entities.EntityInstantiator entityInstantiator,
String entityName,
Number revision,
Object value) |
AuditProjection.ProjectionData |
getData(org.hibernate.envers.boot.internal.EnversService enversService) |
AuditProjection.ProjectionData getData(org.hibernate.envers.boot.internal.EnversService enversService)
enversService
- The EnversServiceObject convertQueryResult(org.hibernate.envers.boot.internal.EnversService enversService, org.hibernate.envers.internal.entities.EntityInstantiator entityInstantiator, String entityName, Number revision, 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.