Package | Description |
---|---|
org.hibernate.envers.internal.entities | |
org.hibernate.envers.internal.entities.mapper |
Modifier and Type | Method and Description |
---|---|
ExtendedPropertyMapper |
EntityConfiguration.getPropertyMapper() |
Constructor and Description |
---|
EntityConfiguration(String versionsEntityName,
String entityClassName,
IdMappingData idMappingData,
ExtendedPropertyMapper propertyMapper,
String parentEntityName) |
Modifier and Type | Class and Description |
---|---|
class |
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)
|
class |
MultiPropertyMapper |
class |
SubclassPropertyMapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
|
Constructor and Description |
---|
SubclassPropertyMapper(ExtendedPropertyMapper main,
ExtendedPropertyMapper parentMapper) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.