persistence@glassfish.java.net

Way to specify default schema for entire persistence unit?

From: Jon Miller <jemiller_at_uchicago.edu>
Date: Mon, 26 Feb 2007 16:23:27 -0600

Hi all,

I'm wondering if there is a way to specify that default schema for a
persistence unit as a whole. So far, I've been setting it at the class level
using the Table annotation. I just noticed that this doesn't seem to affect
things like sequences. Not a big deal, just wondering if there is a way to
do it.

Jon