*/
public class AssociationStorageOptionTest {
@Test
public void testAssociationStorageMappingOption() throws Exception {
AppendableConfigurationContext context = new AppendableConfigurationContext();
ConfigurationContext configurationContext = new ConfigurationContextImpl( context );
new MongoDB().getConfigurationBuilder( configurationContext )
.entity( ExampleForMongoDBMapping.class )
.property( "content", ElementType.FIELD )