org.apache.openejb.jee.sun
Class SunCmpMapping

java.lang.Object
  extended by org.apache.openejb.jee.sun.SunCmpMapping

public class SunCmpMapping
extends Object


Field Summary
protected  List<EntityMapping> entityMapping
           
protected  String schema
           
 
Constructor Summary
SunCmpMapping()
           
 
Method Summary
 List<EntityMapping> getEntityMapping()
           
 String getSchema()
           
 void setSchema(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

protected String schema

entityMapping

protected List<EntityMapping> entityMapping
Constructor Detail

SunCmpMapping

public SunCmpMapping()
Method Detail

getSchema

public String getSchema()

setSchema

public void setSchema(String value)

getEntityMapping

public List<EntityMapping> getEntityMapping()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.