|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipType | |
|---|---|
| org.dozer.classmap | |
| org.dozer.fieldmap | |
| org.dozer.loader | |
| org.dozer.loader.api | |
| org.dozer.util | |
| Uses of RelationshipType in org.dozer.classmap |
|---|
| Fields in org.dozer.classmap declared as RelationshipType | |
|---|---|
static RelationshipType |
RelationshipType.CUMULATIVE
|
static RelationshipType |
RelationshipType.NON_CUMULATIVE
|
| Methods in org.dozer.classmap that return RelationshipType | |
|---|---|
RelationshipType |
Configuration.getRelationshipType()
|
RelationshipType |
ClassMap.getRelationshipType()
|
static RelationshipType |
RelationshipType.valueOf(String relationshipType)
|
| Methods in org.dozer.classmap with parameters of type RelationshipType | |
|---|---|
void |
Configuration.setRelationshipType(RelationshipType relationshipType)
|
void |
ClassMap.setRelationshipType(RelationshipType relationshipType)
|
| Uses of RelationshipType in org.dozer.fieldmap |
|---|
| Methods in org.dozer.fieldmap that return RelationshipType | |
|---|---|
RelationshipType |
FieldMap.getRelationshipType()
|
| Methods in org.dozer.fieldmap with parameters of type RelationshipType | |
|---|---|
void |
FieldMap.setRelationshipType(RelationshipType relationshipType)
|
| Uses of RelationshipType in org.dozer.loader |
|---|
| Methods in org.dozer.loader with parameters of type RelationshipType | |
|---|---|
DozerBuilder.MappingBuilder |
DozerBuilder.MappingBuilder.relationshipType(RelationshipType type)
|
void |
DozerBuilder.FieldMappingBuilder.relationshipType(RelationshipType relationshipType)
|
void |
DozerBuilder.ConfigurationBuilder.relationshipType(RelationshipType value)
|
| Uses of RelationshipType in org.dozer.loader.api |
|---|
| Methods in org.dozer.loader.api with parameters of type RelationshipType | |
|---|---|
static FieldsMappingOption |
FieldsMappingOptions.collectionStrategy(boolean removeOrphans,
RelationshipType relationshipType)
|
static TypeMappingOption |
TypeMappingOptions.relationshipType(RelationshipType value)
|
static FieldsMappingOption |
FieldsMappingOptions.relationshipType(RelationshipType relationshipType)
|
| Uses of RelationshipType in org.dozer.util |
|---|
| Fields in org.dozer.util declared as RelationshipType | |
|---|---|
static RelationshipType |
DozerConstants.DEFAULT_RELATIONSHIP_TYPE_POLICY
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||