public class FieldMap extends Object implements MappedTypePair<Object,Object>
| Constructor and Description |
|---|
FieldMap(Property a,
Property b,
Property aInverse,
Property bInverse,
MappingDirection mappingDirection,
boolean excluded,
String converterId,
boolean byDefault,
Boolean sourceMappedOnNull,
Boolean destinationMappedOnNull) |
| Modifier and Type | Method and Description |
|---|---|
FieldMap |
copy() |
boolean |
equals(Object obj) |
FieldMap |
flip() |
Type<Object> |
getAType() |
Type<Object> |
getBType() |
String |
getConverterId() |
Property |
getDestination() |
String |
getDestinationExpression() |
MappingDirection |
getDirection() |
Property |
getInverse() |
Property |
getSource() |
String |
getSourceExpression() |
int |
hashCode() |
boolean |
have(Specifications.Specification specification) |
boolean |
is(Specifications.Specification specification) |
boolean |
isByDefault() |
Boolean |
isDestinationMappedOnNull() |
boolean |
isExcluded() |
boolean |
isIgnored() |
Boolean |
isSourceMappedOnNull() |
String |
toString() |
public FieldMap copy()
public Property getSource()
public Property getDestination()
public MappingDirection getDirection()
public Type<Object> getAType()
getAType in interface MappedTypePair<Object,Object>public Type<Object> getBType()
getBType in interface MappedTypePair<Object,Object>public String getSourceExpression()
public String getDestinationExpression()
public Boolean isSourceMappedOnNull()
public Boolean isDestinationMappedOnNull()
public Property getInverse()
public boolean isIgnored()
public FieldMap flip()
public boolean is(Specifications.Specification specification)
public boolean have(Specifications.Specification specification)
public String getConverterId()
public boolean isByDefault()
public boolean isExcluded()
Copyright © 2017 Glasnost. All Rights Reserved.