@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 )
.associationStorage( AssociationStorageType.ASSOCIATION_DOCUMENT );
OptionsContainer options = new ProgrammaticOptionValueSource( context ).getPropertyOptions( ExampleForMongoDBMapping.class, "content" );