Methods in fr.ifremer.allegro.referential.gear with parameters of type RemoteGearAssociationNaturalId |
GearAssociation |
GearAssociationDaoImpl.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId remoteGearAssociationNaturalId)
|
GearAssociation |
GearAssociationDao.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId remoteGearAssociationNaturalId)
Converts an instance of type RemoteGearAssociationNaturalId to this DAO's entity. |
void |
GearAssociationDaoImpl.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source,
GearAssociation target,
boolean copyIfNull)
|
void |
GearAssociationDao.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source,
GearAssociation target,
boolean copyIfNull)
Copies the fields of RemoteGearAssociationNaturalId to the specified entity. |
void |
GearAssociationDaoBase.remoteGearAssociationNaturalIdToEntity(RemoteGearAssociationNaturalId source,
GearAssociation target,
boolean copyIfNull)
|
void |
GearAssociationDaoImpl.toRemoteGearAssociationNaturalId(GearAssociation source,
RemoteGearAssociationNaturalId target)
|
void |
GearAssociationDao.toRemoteGearAssociationNaturalId(GearAssociation source,
RemoteGearAssociationNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
GearAssociationDaoBase.toRemoteGearAssociationNaturalId(GearAssociation source,
RemoteGearAssociationNaturalId target)
|