Uses of Class
com.googlecode.jmapper.api.enums.MappingType

Packages that use MappingType
com.googlecode.jmapper.api JMapper interfaces. 
com.googlecode.jmapper.api.enums Enumerations. 
 

Uses of MappingType in com.googlecode.jmapper.api
 

Methods in com.googlecode.jmapper.api with parameters of type MappingType
 D IJMapper.getDestination(D destination, S source, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
 D IJMapper.getDestination(D destination, S source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
 D IJMapper.getDestination(S source, MappingType mtSource)
          This method returns a new instance of Destination Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
 D IJMapper.getDestination(S source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Destination Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(S source, MappingType mtSource)
          This method returns a new instance of Configured Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(S source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Configured Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(T destination, S source, MappingType mtDestination, MappingType mtSource)
          This Method returns the configured instance given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
<S> T
IRelationalJMapper.manyToOne(T destination, S source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the configured instance given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(Class<D> destinationClass, T source, MappingType mtSource)
          This method returns a new instance of Target Class with this setting: NullPointerControlSOURCE MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(Class<D> destinationClass, T source, NullPointerControl nullPointerControl, MappingType mtSource)
          This method returns a new instance of Target Class with this setting: NullPointerControlnullPointerControl MappingType of DestinationALL_FIELDS MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(D destination, T source, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlALL MappingType of DestinationmtDestination MappingType of SourcemtSource
<D> D
IRelationalJMapper.oneToMany(D destination, T source, NullPointerControl nullPointerControl, MappingType mtDestination, MappingType mtSource)
          This Method returns the destination given in input enriched with data contained in source given in input
with this setting: NullPointerControlnullPointerControl MappingType of DestinationmtDestination MappingType of SourcemtSource
 

Uses of MappingType in com.googlecode.jmapper.api.enums
 

Methods in com.googlecode.jmapper.api.enums that return MappingType
static MappingType MappingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingType[] MappingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.