Package org.apache.openejb.jee.sun
Class SunCmpMapping
- java.lang.Object
-
- org.apache.openejb.jee.sun.SunCmpMapping
-
public class SunCmpMapping extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EntityMapping>entityMappingprotected Stringschema
-
Constructor Summary
Constructors Constructor Description SunCmpMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EntityMapping>getEntityMapping()StringgetSchema()voidsetSchema(String value)
-
-
-
Field Detail
-
schema
protected String schema
-
entityMapping
protected List<EntityMapping> entityMapping
-
-
Method Detail
-
getSchema
public String getSchema()
-
setSchema
public void setSchema(String value)
-
getEntityMapping
public List<EntityMapping> getEntityMapping()
-
-