public class CmpResource
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
createTablesAtDeploy |
protected java.lang.String |
databaseVendorName |
protected DefaultResourcePrincipal |
defaultResourcePrincipal |
protected java.lang.String |
dropTablesAtUndeploy |
protected java.lang.String |
jndiName |
protected java.util.List<Property> |
property |
protected SchemaGeneratorProperties |
schemaGeneratorProperties |
Constructor and Description |
---|
CmpResource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreateTablesAtDeploy() |
java.lang.String |
getDatabaseVendorName() |
DefaultResourcePrincipal |
getDefaultResourcePrincipal() |
java.lang.String |
getDropTablesAtUndeploy() |
java.lang.String |
getJndiName() |
java.util.List<Property> |
getProperty() |
SchemaGeneratorProperties |
getSchemaGeneratorProperties() |
void |
setCreateTablesAtDeploy(java.lang.String value) |
void |
setDatabaseVendorName(java.lang.String value) |
void |
setDefaultResourcePrincipal(DefaultResourcePrincipal value) |
void |
setDropTablesAtUndeploy(java.lang.String value) |
void |
setJndiName(java.lang.String value) |
void |
setSchemaGeneratorProperties(SchemaGeneratorProperties value) |
protected java.lang.String jndiName
protected DefaultResourcePrincipal defaultResourcePrincipal
protected java.util.List<Property> property
protected java.lang.String createTablesAtDeploy
protected java.lang.String dropTablesAtUndeploy
protected java.lang.String databaseVendorName
protected SchemaGeneratorProperties schemaGeneratorProperties
public java.lang.String getJndiName()
public void setJndiName(java.lang.String value)
public DefaultResourcePrincipal getDefaultResourcePrincipal()
public void setDefaultResourcePrincipal(DefaultResourcePrincipal value)
public java.util.List<Property> getProperty()
public java.lang.String getCreateTablesAtDeploy()
public void setCreateTablesAtDeploy(java.lang.String value)
public java.lang.String getDropTablesAtUndeploy()
public void setDropTablesAtUndeploy(java.lang.String value)
public java.lang.String getDatabaseVendorName()
public void setDatabaseVendorName(java.lang.String value)
public SchemaGeneratorProperties getSchemaGeneratorProperties()
public void setSchemaGeneratorProperties(SchemaGeneratorProperties value)