Uses of Class
org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation.DdlGenerationType

Packages that use DdlGenerationType
org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation   
 

Uses of DdlGenerationType in org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation
 

Fields in org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation declared as DdlGenerationType
static DdlGenerationType SchemaGeneration.DEFAULT_SCHEMA_GENERATION_DDL_GENERATION_TYPE
           
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation that return DdlGenerationType
 DdlGenerationType SchemaGeneration.getDdlGenerationType()
           
 DdlGenerationType SchemaGeneration.getDefaultDdlGenerationType()
           
static DdlGenerationType DdlGenerationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DdlGenerationType[] DdlGenerationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation with parameters of type DdlGenerationType
 void SchemaGeneration.setDdlGenerationType(DdlGenerationType ddlGenerationType)