public class CmpResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
createTablesAtDeploy |
protected String |
databaseVendorName |
protected DefaultResourcePrincipal |
defaultResourcePrincipal |
protected String |
dropTablesAtUndeploy |
protected String |
jndiName |
protected List<Property> |
property |
protected SchemaGeneratorProperties |
schemaGeneratorProperties |
| Constructor and Description |
|---|
CmpResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTablesAtDeploy() |
String |
getDatabaseVendorName() |
DefaultResourcePrincipal |
getDefaultResourcePrincipal() |
String |
getDropTablesAtUndeploy() |
String |
getJndiName() |
List<Property> |
getProperty() |
SchemaGeneratorProperties |
getSchemaGeneratorProperties() |
void |
setCreateTablesAtDeploy(String value) |
void |
setDatabaseVendorName(String value) |
void |
setDefaultResourcePrincipal(DefaultResourcePrincipal value) |
void |
setDropTablesAtUndeploy(String value) |
void |
setJndiName(String value) |
void |
setSchemaGeneratorProperties(SchemaGeneratorProperties value) |
protected String jndiName
protected DefaultResourcePrincipal defaultResourcePrincipal
protected String createTablesAtDeploy
protected String dropTablesAtUndeploy
protected String databaseVendorName
protected SchemaGeneratorProperties schemaGeneratorProperties
public String getJndiName()
public void setJndiName(String value)
public DefaultResourcePrincipal getDefaultResourcePrincipal()
public void setDefaultResourcePrincipal(DefaultResourcePrincipal value)
public String getCreateTablesAtDeploy()
public void setCreateTablesAtDeploy(String value)
public String getDropTablesAtUndeploy()
public void setDropTablesAtUndeploy(String value)
public String getDatabaseVendorName()
public void setDatabaseVendorName(String value)
public SchemaGeneratorProperties getSchemaGeneratorProperties()
public void setSchemaGeneratorProperties(SchemaGeneratorProperties value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.