Hello, I would like to use long text through JPA. I read that String properties can only contain 500 characters and Text properties must be used for longer texts. I wonder if it's possible to configure the type of text through JPA annotations. I would like to be independant from any GAE class from my model objects. I tried something like that:
@Column(columnDefinition="TEXT") private String content; Thanks very much for your help. Thierry -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/tWfCDGfd1goJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
