org.hibernate.tool.hbm2x
Interface ExporterSettings


public interface ExporterSettings


Field Summary
static String EJB3
          if true exporters are allowed to generate EJB3 constructs
static String JDK5
          if true then exporters are allowed to generate JDK 5 constructs
static String OUTPUT_DIRECTORY
          the (root) output directory for an exporter
static String PREFIX_KEY
           
static String TEMPLATE_PATH
          the (root) output directory for an exporter
 

Field Detail

PREFIX_KEY

static final String PREFIX_KEY
See Also:
Constant Field Values

EJB3

static final String EJB3
if true exporters are allowed to generate EJB3 constructs

See Also:
Constant Field Values

JDK5

static final String JDK5
if true then exporters are allowed to generate JDK 5 constructs

See Also:
Constant Field Values

OUTPUT_DIRECTORY

static final String OUTPUT_DIRECTORY
the (root) output directory for an exporter

See Also:
Constant Field Values

TEMPLATE_PATH

static final String TEMPLATE_PATH
the (root) output directory for an exporter

See Also:
Constant Field Values