| Package | Description | 
|---|---|
| org.apache.ambari.server.configuration | |
| org.apache.ambari.server.orm | 
| Modifier and Type | Field and Description | 
|---|---|
static Configuration.ConfigurationProperty<JPATableGenerationStrategy> | 
Configuration.SERVER_JDBC_GENERATE_TABLES
The table generation strategy to use when initializing JPA. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JPATableGenerationStrategy | 
Configuration.getJPATableGenerationStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
static JPATableGenerationStrategy | 
JPATableGenerationStrategy.fromString(String value)  | 
static JPATableGenerationStrategy | 
JPATableGenerationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static JPATableGenerationStrategy[] | 
JPATableGenerationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2022 Apache Software Foundation. All rights reserved.