{
entryPersistName = mapAnnotation.entryPersistName();
}
if( !mapAnnotation.keyPersistName().isEmpty() )
{
keyPersistName = mapAnnotation.keyPersistName();
}
if( !mapAnnotation.valuePersistName().isEmpty() )
{
valuePersistName = mapAnnotation.valuePersistName();
}