public static interface ExecutionEnvironment.Settings
Modifier and Type | Method and Description |
---|---|
void |
afterConfigurationBuilt(Mappings mappings,
Dialect dialect) |
void |
afterSessionFactoryBuilt(SessionFactoryImplementor sfi) |
boolean |
appliesTo(Dialect dialect) |
void |
configure(Configuration cfg) |
boolean |
createSchema() |
Class[] |
getAnnotatedClasses() |
String |
getBaseForMappings() |
String |
getCacheConcurrencyStrategy() |
String[] |
getMappings() |
boolean |
overrideCacheStrategy() |
boolean |
recreateSchemaAfterFailure() |
String[] getMappings()
Class[] getAnnotatedClasses()
String getBaseForMappings()
boolean createSchema()
boolean recreateSchemaAfterFailure()
void configure(Configuration cfg)
boolean overrideCacheStrategy()
String getCacheConcurrencyStrategy()
void afterSessionFactoryBuilt(SessionFactoryImplementor sfi)
boolean appliesTo(Dialect dialect)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved