org.apache.openejb.jee.sun
Class CmpResource
java.lang.Object
org.apache.openejb.jee.sun.CmpResource
public class CmpResource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jndiName
protected String jndiName
defaultResourcePrincipal
protected DefaultResourcePrincipal defaultResourcePrincipal
property
protected List<Property> property
createTablesAtDeploy
protected String createTablesAtDeploy
dropTablesAtUndeploy
protected String dropTablesAtUndeploy
databaseVendorName
protected String databaseVendorName
schemaGeneratorProperties
protected SchemaGeneratorProperties schemaGeneratorProperties
CmpResource
public CmpResource()
getJndiName
public String getJndiName()
setJndiName
public void setJndiName(String value)
getDefaultResourcePrincipal
public DefaultResourcePrincipal getDefaultResourcePrincipal()
setDefaultResourcePrincipal
public void setDefaultResourcePrincipal(DefaultResourcePrincipal value)
getProperty
public List<Property> getProperty()
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)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.