907908909910911912913914915916917
mapping.useMapClass(property.getType().getName()); } }else{ collectionType = containerClassImpl(collectionType); mapping.useCollectionClass(helper.getClassForJavaClass(collectionType)); } return mapping; }
904905906907908909910911912913914