persistence@glassfish.java.net

How to annotate TEXT field?

From: Franzisk <francisco.vieira.souza_at_gmail.com>
Date: Wed, 9 Dec 2009 07:04:49 -0800 (PST)

How do I annotate an attribute in my entity which will have long text? (some
text with several lines).

I have this:
    @Column(name = "OBSERVATION")
    public String getObs() {
        return obs;
    }

-- 
View this message in context: http://old.nabble.com/How-to-annotate-TEXT-field--tp26711703p26711703.html
Sent from the java.net - glassfish persistence mailing list archive at Nabble.com.