Package org.apache.openejb.jee.jba.cmp
Class JbosscmpJdbc
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.JbosscmpJdbc
-
public class JbosscmpJdbc extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}defaults" minOccurs="0"/> <element ref="{http://jboss.org}enterprise-beans" minOccurs="0"/> <element ref="{http://jboss.org}relationships" minOccurs="0"/> <element ref="{http://jboss.org}dependent-value-classes" minOccurs="0"/> <element ref="{http://jboss.org}type-mappings" minOccurs="0"/> <element ref="{http://jboss.org}entity-commands" minOccurs="0"/> <element ref="{http://jboss.org}user-type-mappings" minOccurs="0"/> <element ref="{http://jboss.org}reserved-words" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Defaultsdefaultsprotected DependentValueClassesdependentValueClassesprotected EnterpriseBeansenterpriseBeansprotected EntityCommandsentityCommandsprotected Relationshipsrelationshipsprotected ReservedWordsreservedWordsprotected TypeMappingstypeMappingsprotected UserTypeMappingsuserTypeMappings
-
Constructor Summary
Constructors Constructor Description JbosscmpJdbc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultsgetDefaults()Gets the value of the defaults property.DependentValueClassesgetDependentValueClasses()Gets the value of the dependentValueClasses property.EnterpriseBeansgetEnterpriseBeans()Gets the value of the enterpriseBeans property.EntityCommandsgetEntityCommands()Gets the value of the entityCommands property.RelationshipsgetRelationships()Gets the value of the relationships property.ReservedWordsgetReservedWords()Gets the value of the reservedWords property.TypeMappingsgetTypeMappings()Gets the value of the typeMappings property.UserTypeMappingsgetUserTypeMappings()Gets the value of the userTypeMappings property.voidsetDefaults(Defaults value)Sets the value of the defaults property.voidsetDependentValueClasses(DependentValueClasses value)Sets the value of the dependentValueClasses property.voidsetEnterpriseBeans(EnterpriseBeans value)Sets the value of the enterpriseBeans property.voidsetEntityCommands(EntityCommands value)Sets the value of the entityCommands property.voidsetRelationships(Relationships value)Sets the value of the relationships property.voidsetReservedWords(ReservedWords value)Sets the value of the reservedWords property.voidsetTypeMappings(TypeMappings value)Sets the value of the typeMappings property.voidsetUserTypeMappings(UserTypeMappings value)Sets the value of the userTypeMappings property.
-
-
-
Field Detail
-
defaults
protected Defaults defaults
-
enterpriseBeans
protected EnterpriseBeans enterpriseBeans
-
relationships
protected Relationships relationships
-
dependentValueClasses
protected DependentValueClasses dependentValueClasses
-
typeMappings
protected TypeMappings typeMappings
-
entityCommands
protected EntityCommands entityCommands
-
userTypeMappings
protected UserTypeMappings userTypeMappings
-
reservedWords
protected ReservedWords reservedWords
-
-
Method Detail
-
getDefaults
public Defaults getDefaults()
Gets the value of the defaults property.- Returns:
- possible object is
Defaults
-
setDefaults
public void setDefaults(Defaults value)
Sets the value of the defaults property.- Parameters:
value- allowed object isDefaults
-
getEnterpriseBeans
public EnterpriseBeans getEnterpriseBeans()
Gets the value of the enterpriseBeans property.- Returns:
- possible object is
EnterpriseBeans
-
setEnterpriseBeans
public void setEnterpriseBeans(EnterpriseBeans value)
Sets the value of the enterpriseBeans property.- Parameters:
value- allowed object isEnterpriseBeans
-
getRelationships
public Relationships getRelationships()
Gets the value of the relationships property.- Returns:
- possible object is
Relationships
-
setRelationships
public void setRelationships(Relationships value)
Sets the value of the relationships property.- Parameters:
value- allowed object isRelationships
-
getDependentValueClasses
public DependentValueClasses getDependentValueClasses()
Gets the value of the dependentValueClasses property.- Returns:
- possible object is
DependentValueClasses
-
setDependentValueClasses
public void setDependentValueClasses(DependentValueClasses value)
Sets the value of the dependentValueClasses property.- Parameters:
value- allowed object isDependentValueClasses
-
getTypeMappings
public TypeMappings getTypeMappings()
Gets the value of the typeMappings property.- Returns:
- possible object is
TypeMappings
-
setTypeMappings
public void setTypeMappings(TypeMappings value)
Sets the value of the typeMappings property.- Parameters:
value- allowed object isTypeMappings
-
getEntityCommands
public EntityCommands getEntityCommands()
Gets the value of the entityCommands property.- Returns:
- possible object is
EntityCommands
-
setEntityCommands
public void setEntityCommands(EntityCommands value)
Sets the value of the entityCommands property.- Parameters:
value- allowed object isEntityCommands
-
getUserTypeMappings
public UserTypeMappings getUserTypeMappings()
Gets the value of the userTypeMappings property.- Returns:
- possible object is
UserTypeMappings
-
setUserTypeMappings
public void setUserTypeMappings(UserTypeMappings value)
Sets the value of the userTypeMappings property.- Parameters:
value- allowed object isUserTypeMappings
-
getReservedWords
public ReservedWords getReservedWords()
Gets the value of the reservedWords property.- Returns:
- possible object is
ReservedWords
-
setReservedWords
public void setReservedWords(ReservedWords value)
Sets the value of the reservedWords property.- Parameters:
value- allowed object isReservedWords
-
-