FKListStoreSpecialization specialization)
{
super(storeMgr, clr, specialization);
setOwner(fmd, clr);
CollectionMetaData colmd = fmd.getCollection();
if (colmd == null)
{
throw new NucleusUserException(LOCALISER.msg("056001", fmd.getFullFieldName()));
}
// Load the element class
elementType = colmd.getElementType();
Class element_class = clr.classForName(elementType);
if (ClassUtils.isReferenceType(element_class))
{
// Take the metadata for the first implementation of the reference type