Re: Entity/attribute/relationship terrible toString?
Re: Entity/attribute/relationship terrible toString?
- Subject: Re: Entity/attribute/relationship terrible toString?
- From: Hugi Thordarson via Webobjects-dev <email@hidden>
- Date: Tue, 2 Jun 2020 12:13:46 +0000
You could also specify your own EO superclass in the EOModel and override
toString() globally in that class, right? That way you can avoid messing with
the EOGenerator templates. (disclaimer: it's been a while since I've touched
EOF)
Cheers,
- hugi
> On 2 Jun 2020, at 12:05, Paul Yu via Webobjects-dev
> <email@hidden> wrote:
>
> There are two templates _EO and EO.java that are used by eogenerate to create
> your EO classes. If you open your Eogenerate File you can see where your
> templates are.
>
> Paul
>
>
> Sent from my iPhone
> Please excuse iOS autocomplete
>
>> On Jun 2, 2020, at 7:04 AM, OCsite via Webobjects-dev
>> <email@hidden> wrote:
>>
>> Markus,
>>
>>> On 2 Jun 2020, at 12:09, Markus Ruggiero <email@hidden> wrote:
>>> Why not simply override toString() in EOGenerate templates once and for all?
>>
>> What are “EOGenerate templates” and how they affect the
>> entities/attributes/relationships toStrings? I can't find anything like that
>> in my WO documentation. Seems it might be the right solution... if I knew
>> what it is :)
>>
>> Thanks!
>> OC
>>
>>>
>>>>> On 2 Jun 2020, at 01:52, ocs--- via Webobjects-dev
>>>>> <email@hidden> wrote:
>>>>
>>>> Hi there,
>>>>
>>>> occasionally, I need to put entities/attributes/relationships into complex
>>>> nested property lists. Occasionally for debug, I need to print out these
>>>> property lists.
>>>>
>>>> Alas, entities/attributes/relationships normally print out their complete
>>>> contents in their toStrings, which makes the logs completely unuseable
>>>> (and when there's more of them in a property list, actually bogs down the
>>>> application so much it must be killed).
>>>>
>>>> Isn't there some trick to make those darned model classes toString
>>>> something reasonable, e.g., just their class, name and hash?
>>>>
>>>> Thanks,
>>>> OC
>>>>
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list (email@hidden)
>>>> Help/Unsubscribe/Update your Subscription:
>>>>
>>>> This email sent to email@hidden
>>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden