Dali Provisional API
Release 3.2

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

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return DdlGenerationType
 DdlGenerationType SchemaGeneration.getDdlGenerationType()
           
 DdlGenerationType SchemaGeneration.getDefaultDdlGenerationType()
           
static DdlGenerationType DdlGenerationType.valueOf(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 are declared.
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.