Class IdMappingData
- java.lang.Object
-
- org.hibernate.envers.internal.entities.IdMappingData
-
public class IdMappingData extends Object
-
-
Constructor Summary
Constructors Constructor Description IdMappingData(IdMapper mapper, Identifier identifier, IdentifierRelation relation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Identifier
getIdentifier()
IdMapper
getIdMapper()
IdentifierRelation
getRelation()
-
-
-
Constructor Detail
-
IdMappingData
public IdMappingData(IdMapper mapper, Identifier identifier, IdentifierRelation relation)
-
-
Method Detail
-
getIdMapper
public IdMapper getIdMapper()
-
getIdentifier
public Identifier getIdentifier()
-
getRelation
public IdentifierRelation getRelation()
-
-