public class RelationDescription extends Object
Constructor and Description |
---|
RelationDescription(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable) |
Modifier and Type | Method and Description |
---|---|
PropertyMapper |
getFakeBidirectionalRelationIndexMapper() |
PropertyMapper |
getFakeBidirectionalRelationMapper() |
String |
getFromPropertyName() |
IdMapper |
getIdMapper() |
String |
getMappedByPropertyName() |
RelationType |
getRelationType() |
String |
getToEntityName() |
boolean |
isBidirectional() |
boolean |
isInsertable() |
public RelationDescription(String fromPropertyName, RelationType relationType, String toEntityName, String mappedByPropertyName, IdMapper idMapper, PropertyMapper fakeBidirectionalRelationMapper, PropertyMapper fakeBidirectionalRelationIndexMapper, boolean insertable)
public String getFromPropertyName()
public RelationType getRelationType()
public String getToEntityName()
public String getMappedByPropertyName()
public IdMapper getIdMapper()
public PropertyMapper getFakeBidirectionalRelationMapper()
public PropertyMapper getFakeBidirectionalRelationIndexMapper()
public boolean isInsertable()
public boolean isBidirectional()
Copyright © 2018 JBoss by Red Hat. All rights reserved.