org.apache.cayenne.jpa.map
Class JpaManyToMany
java.lang.Object
org.apache.cayenne.jpa.map.JpaAttribute
org.apache.cayenne.jpa.map.JpaRelationship
org.apache.cayenne.jpa.map.JpaManyToMany
- All Implemented Interfaces:
- XMLSerializable
public class JpaManyToMany
- extends JpaRelationship
mappedBy
protected String mappedBy
joinTable
protected JpaJoinTable joinTable
orderBy
protected String orderBy
mapKey
protected String mapKey
JpaManyToMany
public JpaManyToMany()
JpaManyToMany
public JpaManyToMany(javax.persistence.ManyToMany annotation)
encodeAsXML
public void encodeAsXML(XMLEncoder encoder)
- Description copied from interface:
XMLSerializable
- Prints itself as XML to the provided XMLEncoder.
- Specified by:
encodeAsXML
in interface XMLSerializable
- Specified by:
encodeAsXML
in class JpaAttribute
isToMany
public boolean isToMany()
- Specified by:
isToMany
in class JpaRelationship
getJoinTable
public JpaJoinTable getJoinTable()
getMappedBy
public String getMappedBy()
setMappedBy
public void setMappedBy(String mappedBy)
getOrderBy
public String getOrderBy()
setOrderBy
public void setOrderBy(String orderBy)
setJoinTable
public void setJoinTable(JpaJoinTable joinTable)
getMapKey
public String getMapKey()
setMapKey
public void setMapKey(String mapKey)
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.