{ attributes = ( { allowsNull = Y; columnName = BIRTHDAY; name = birthday; prototypeName = dateTime; }, { allowsNull = Y; columnName = "FIRST_NAME"; name = firstName; prototypeName = varchar255; }, {allowsNull = N; columnName = ID; name = id; prototypeName = id; }, { allowsNull = Y; columnName = "LAST_NAME"; name = lastName; prototypeName = varchar255; } ); attributesUsedForLocking = (firstName, birthday, lastName); className = "org.wocommunity.freshnessexplorer.eo.server.Person"; classProperties = (firstName, birthday, lastName); externalName = PERSON; fetchSpecificationDictionary = {}; internalInfo = { "_clientClassPropertyNames" = (birthday, firstName, lastName); "_javaClientClassName" = "org.wocommunity.freshnessexplorer.eo.client.Person"; }; name = Person; primaryKeyAttributes = (id); }