Package org.apache.openejb.jee.sun
Class CmpResource
- java.lang.Object
-
- org.apache.openejb.jee.sun.CmpResource
-
public class CmpResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcreateTablesAtDeployprotected StringdatabaseVendorNameprotected DefaultResourcePrincipaldefaultResourcePrincipalprotected StringdropTablesAtUndeployprotected StringjndiNameprotected List<Property>propertyprotected SchemaGeneratorPropertiesschemaGeneratorProperties
-
Constructor Summary
Constructors Constructor Description CmpResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTablesAtDeploy()StringgetDatabaseVendorName()DefaultResourcePrincipalgetDefaultResourcePrincipal()StringgetDropTablesAtUndeploy()StringgetJndiName()List<Property>getProperty()SchemaGeneratorPropertiesgetSchemaGeneratorProperties()voidsetCreateTablesAtDeploy(String value)voidsetDatabaseVendorName(String value)voidsetDefaultResourcePrincipal(DefaultResourcePrincipal value)voidsetDropTablesAtUndeploy(String value)voidsetJndiName(String value)voidsetSchemaGeneratorProperties(SchemaGeneratorProperties value)
-
-
-
Field Detail
-
jndiName
protected String jndiName
-
defaultResourcePrincipal
protected DefaultResourcePrincipal defaultResourcePrincipal
-
createTablesAtDeploy
protected String createTablesAtDeploy
-
dropTablesAtUndeploy
protected String dropTablesAtUndeploy
-
databaseVendorName
protected String databaseVendorName
-
schemaGeneratorProperties
protected SchemaGeneratorProperties schemaGeneratorProperties
-
-
Method Detail
-
getJndiName
public String getJndiName()
-
setJndiName
public void setJndiName(String value)
-
getDefaultResourcePrincipal
public DefaultResourcePrincipal getDefaultResourcePrincipal()
-
setDefaultResourcePrincipal
public void setDefaultResourcePrincipal(DefaultResourcePrincipal value)
-
getCreateTablesAtDeploy
public String getCreateTablesAtDeploy()
-
setCreateTablesAtDeploy
public void setCreateTablesAtDeploy(String value)
-
getDropTablesAtUndeploy
public String getDropTablesAtUndeploy()
-
setDropTablesAtUndeploy
public void setDropTablesAtUndeploy(String value)
-
getDatabaseVendorName
public String getDatabaseVendorName()
-
setDatabaseVendorName
public void setDatabaseVendorName(String value)
-
getSchemaGeneratorProperties
public SchemaGeneratorProperties getSchemaGeneratorProperties()
-
setSchemaGeneratorProperties
public void setSchemaGeneratorProperties(SchemaGeneratorProperties value)
-
-