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() |
java.lang.Class[] |
getAnnotatedClasses() |
java.lang.String |
getBaseForMappings() |
java.lang.String |
getCacheConcurrencyStrategy() |
java.lang.String[] |
getMappings() |
boolean |
overrideCacheStrategy() |
boolean |
recreateSchemaAfterFailure() |
java.lang.String[] getMappings()
java.lang.Class[] getAnnotatedClasses()
java.lang.String getBaseForMappings()
boolean createSchema()
boolean recreateSchemaAfterFailure()
void configure(Configuration cfg)
boolean overrideCacheStrategy()
java.lang.String getCacheConcurrencyStrategy()
void afterSessionFactoryBuilt(SessionFactoryImplementor sfi)
boolean appliesTo(Dialect dialect)
Copyright © 2013. All Rights Reserved.