{ attributes = ( { allowsNull = Y; columnName = datePublished; externalType = DATETIME; name = datePublished; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSCalendarDate; valueType = T; }, { allowsNull = Y; columnName = flagApproved; externalType = TINYINT; name = flagApproved; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSNumber; valueType = c; }, { allowsNull = Y; columnName = flagPublished; externalType = TINYINT; name = flagPublished; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSNumber; valueType = c; }, { allowsNull = Y; columnName = idXTAdminUser; externalType = INT; name = idXTAdminUser; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSNumber; valueType = i; }, { allowsNull = N; columnName = idXTBlogEntry; externalType = INT; name = idXTBlogEntry; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSNumber; valueType = i; }, { allowsNull = Y; columnName = idXTContainer; externalType = BIGINT; name = idXTContainer; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSNumber; valueType = i; }, { allowsNull = Y; columnName = idXTUser; externalType = INT; name = idXTUser; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSNumber; valueType = i; }, { allowsNull = Y; columnName = theContent; externalType = VARCHAR; name = theContent; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSString; valueType = c; width = 255; }, { allowsNull = Y; columnName = theIP; externalType = VARCHAR; name = theIP; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSString; valueType = c; width = 255; }, { allowsNull = Y; columnName = theTitle; externalType = VARCHAR; name = theTitle; userInfo = {"_EntityModeler" = {generateSource = NO; }; }; valueClassName = NSString; valueType = c; width = 255; } ); className = "it.xplants.xtro.XTBlogEntry"; classProperties = ( adminUser, category, comments, datePublished, flagApproved, flagPublished, idXTAdminUser, idXTBlogEntry, idXTContainer, idXTUser, theContent, theIP, theTitle, user ); externalName = XTBlogEntry; fetchSpecificationDictionary = {}; name = XTBlogEntry; primaryKeyAttributes = (idXTBlogEntry); relationships = ( { destination = XTUser; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = idXTUser; sourceAttribute = idXTAdminUser; }); name = adminUser; }, { destination = XTContainer; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = idXTContainer; sourceAttribute = idXTContainer; }); name = category; }, { destination = XTComment; isToMany = Y; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = idXTBlogEntry; sourceAttribute = idXTBlogEntry; }); name = comments; }, { destination = XTUser; isToMany = N; joinSemantic = EOInnerJoin; joins = ({destinationAttribute = idXTUser; sourceAttribute = idXTUser; }); name = user; } ); }