public class EntityMapping
extends org.netbeans.modules.schema2beans.BaseBean
Modifier and Type | Field and Description |
---|---|
static String |
CMP_FIELD_MAPPING |
static String |
CMR_FIELD_MAPPING |
static String |
CONSISTENCY |
static String |
EJB_NAME |
static String |
SECONDARY_TABLE |
static String |
TABLE_NAME |
Constructor and Description |
---|
EntityMapping() |
EntityMapping(int options) |
_getParent, _getRoot, _getXPathExpr, _getXPathExpr, _setChanged, addBeanComparator, addComment, addKnownValue, addPropertyChangeListener, addPropertyChangeListener, addValue, addValue, beanProp, beanProp, beanProp, beanProps, beanPropsIterator, buildPathName, changeDocType, childBeans, childBeans, clone, comments, copyProperty, createAttribute, createAttribute, createBean, createGraph, createGraph, createGraph, createGraph, createProperty, createProperty, createRoot, domBinding, dtdName, dumpAttributes, dumpDomNode, dumpDomNode, dumpDomNode, dumpXml, findAttributeValue, findPropertyValue, findValue, fullName, getAttributeNames, getAttributeNames, getAttributeValue, getAttributeValue, getAttributeValue, getDefaultNamespace, getProperty, getProperty, getValue, getValue, getValueById, getValues, graphManager, hasDomNode, hasName, idToIndex, indexOf, indexToId, init, initPropertyTables, isChoiceProperty, isChoiceProperty, isEqualTo, isNull, isNull, isRoot, knownValues, listAttributes, listAttributes, listChoiceProperties, listChoiceProperties, listProperties, merge, merge, mergeUpdate, name, nameChild, nameChild, nameChild, nameSelf, newInstance, parent, propertyById, reindent, reindent, removeBeanComparator, removeComment, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setDefaultNamespace, setDomBinding, setGraphManager, setValue, setValue, setValue, setValue, setValueById, size, toString, write, write, write, write, write, writeNode, writeNoReindent
public static final String EJB_NAME
public static final String TABLE_NAME
public static final String CMP_FIELD_MAPPING
public static final String CMR_FIELD_MAPPING
public static final String SECONDARY_TABLE
public static final String CONSISTENCY
public EntityMapping()
public EntityMapping(int options)
public void setEjbName(String value)
public String getEjbName()
public void setTableName(String value)
public String getTableName()
public void setCmpFieldMapping(int index, CmpFieldMapping value)
public CmpFieldMapping getCmpFieldMapping(int index)
public int sizeCmpFieldMapping()
public void setCmpFieldMapping(CmpFieldMapping[] value)
public CmpFieldMapping[] getCmpFieldMapping()
public int addCmpFieldMapping(CmpFieldMapping value)
public int removeCmpFieldMapping(CmpFieldMapping value)
public void setCmrFieldMapping(int index, CmrFieldMapping value)
public CmrFieldMapping getCmrFieldMapping(int index)
public int sizeCmrFieldMapping()
public void setCmrFieldMapping(CmrFieldMapping[] value)
public CmrFieldMapping[] getCmrFieldMapping()
public int addCmrFieldMapping(CmrFieldMapping value)
public int removeCmrFieldMapping(CmrFieldMapping value)
public void setSecondaryTable(int index, SecondaryTable value)
public SecondaryTable getSecondaryTable(int index)
public int sizeSecondaryTable()
public void setSecondaryTable(SecondaryTable[] value)
public SecondaryTable[] getSecondaryTable()
public int addSecondaryTable(SecondaryTable value)
public int removeSecondaryTable(SecondaryTable value)
public void setConsistency(Consistency value)
public Consistency getConsistency()
public CmpFieldMapping newCmpFieldMapping()
public CmrFieldMapping newCmrFieldMapping()
public SecondaryTable newSecondaryTable()
public Consistency newConsistency()
public static void addComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public static void removeComparator(org.netbeans.modules.schema2beans.BeanComparator c)
public void validate() throws org.netbeans.modules.schema2beans.ValidateException
org.netbeans.modules.schema2beans.ValidateException
public void dump(StringBuffer str, String indent)
dump
in class org.netbeans.modules.schema2beans.BaseBean
public String dumpBeanNode()
dumpBeanNode
in class org.netbeans.modules.schema2beans.BaseBean
Copyright © 2021. All rights reserved.