org.apache.openejb.jee.sun
Class CmrFieldMapping
java.lang.Object
org.apache.openejb.jee.sun.CmrFieldMapping
public class CmrFieldMapping
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cmrFieldName
protected String cmrFieldName
columnPair
protected List<ColumnPair> columnPair
fetchedWith
protected FetchedWith fetchedWith
CmrFieldMapping
public CmrFieldMapping()
getCmrFieldName
public String getCmrFieldName()
setCmrFieldName
public void setCmrFieldName(String value)
getColumnPair
public List<ColumnPair> getColumnPair()
getFetchedWith
public FetchedWith getFetchedWith()
setFetchedWith
public void setFetchedWith(FetchedWith value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.