Modifier and Type | Method and Description |
---|---|
IdMapper |
IdMappingData.getIdMapper() |
IdMapper |
RelationDescription.getIdMapper() |
IdMapper |
EntityConfiguration.getIdMapper() |
Modifier and Type | Method and Description |
---|---|
void |
EntityConfiguration.addToManyNotOwningRelation(String fromPropertyName,
String mappedByPropertyName,
String toEntityName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper) |
void |
EntityConfiguration.addToOneNotOwningRelation(String fromPropertyName,
String mappedByPropertyName,
String toEntityName,
IdMapper idMapper,
boolean ignoreNotFound) |
void |
EntityConfiguration.addToOneRelation(String fromPropertyName,
String toEntityName,
IdMapper idMapper,
boolean insertable,
boolean ignoreNotFound) |
static RelationDescription |
RelationDescription.toMany(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable) |
static RelationDescription |
RelationDescription.toOne(String fromPropertyName,
RelationType relationType,
String toEntityName,
String mappedByPropertyName,
IdMapper idMapper,
PropertyMapper fakeBidirectionalRelationMapper,
PropertyMapper fakeBidirectionalRelationIndexMapper,
boolean insertable,
boolean ignoreNotFound) |
Constructor and Description |
---|
IdMappingData(IdMapper idMapper,
org.dom4j.Element xmlMapping,
org.dom4j.Element xmlRelationMapping) |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleIdMapperBuilder |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeIdMapper |
class |
AbstractIdMapper |
class |
EmbeddedIdMapper |
class |
MultipleIdMapper |
class |
SingleIdMapper |
Modifier and Type | Method and Description |
---|---|
IdMapper |
SingleIdMapper.prefixMappedProperties(String prefix) |
IdMapper |
MultipleIdMapper.prefixMappedProperties(String prefix) |
IdMapper |
IdMapper.prefixMappedProperties(String prefix)
Creates a mapper with all mapped properties prefixed.
|
IdMapper |
EmbeddedIdMapper.prefixMappedProperties(String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
IdMapper.addIdsEqualToQuery(Parameters parameters,
String prefix1,
IdMapper mapper2,
String prefix2)
Adds query statements, which contains restrictions, which express the property that the id of the entity
with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper
(the second mapper must be for the same entity, but it can have, for example, prefixed properties).
|
void |
AbstractIdMapper.addIdsEqualToQuery(Parameters parameters,
String prefix1,
IdMapper mapper2,
String prefix2) |
Modifier and Type | Method and Description |
---|---|
IdMapper |
MiddleIdData.getOriginalMapper() |
IdMapper |
MiddleIdData.getPrefixedMapper() |
Constructor and Description |
---|
ToOneIdMapper(IdMapper delegate,
PropertyData propertyData,
String referencedEntityName,
boolean nonInsertableFake) |
Constructor and Description |
---|
MiddleMapKeyIdComponentMapper(AuditEntitiesConfiguration verEntCfg,
IdMapper relatedIdMapper) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.