|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NullPointerControl | |
|---|---|
| it.avutils.jmapper | JMapper is an dynamic mapping framework. |
| it.avutils.jmapper.enums | This package contains all Enumerations used in JMapper Framework. |
| Uses of NullPointerControl in it.avutils.jmapper |
|---|
| Methods in it.avutils.jmapper with parameters of type NullPointerControl | ||
|---|---|---|
D |
JMapper.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(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 |
JMapper.getDestination(S source,
NullPointerControl nullPointerControl,
MappingType mtSource)
This method returns a new instance of Destination Class with this setting: NullPointerControlnullPointerControl
MappingType of DestinationALL_FIELDS |
|
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 |
|
|
RelationalJMapper.manyToOne(S source,
NullPointerControl nullPointerControl,
MappingType mtSource)
This method returns a new instance of Configured Class with this setting: NullPointerControlnullPointerControl
MappingType of DestinationALL_FIELDS |
|
|
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 |
|
|
RelationalJMapper.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
|
|
|
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
|
|
|
RelationalJMapper.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 |
|
|
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 |
|
|
RelationalJMapper.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
|
|
|
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 NullPointerControl in it.avutils.jmapper.enums |
|---|
| Methods in it.avutils.jmapper.enums that return NullPointerControl | |
|---|---|
static NullPointerControl |
NullPointerControl.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NullPointerControl[] |
NullPointerControl.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||