|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.orm.JaxbJoinTable
public class JaxbJoinTable
Field Summary | |
---|---|
protected String |
catalog
|
protected List<JaxbJoinColumn> |
inverseJoinColumn
|
protected List<JaxbJoinColumn> |
joinColumn
|
protected String |
name
|
protected String |
schema
|
protected List<JaxbUniqueConstraint> |
uniqueConstraint
|
Constructor Summary | |
---|---|
JaxbJoinTable()
|
Method Summary | |
---|---|
String |
getCatalog()
Gets the value of the catalog property. |
List<JaxbJoinColumn> |
getInverseJoinColumn()
Gets the value of the inverseJoinColumn property. |
List<JaxbJoinColumn> |
getJoinColumn()
Gets the value of the joinColumn property. |
String |
getName()
Gets the value of the name property. |
String |
getSchema()
Gets the value of the schema property. |
List<JaxbUniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
void |
setCatalog(String value)
Sets the value of the catalog property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSchema(String value)
Sets the value of the schema property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<JaxbJoinColumn> joinColumn
protected List<JaxbJoinColumn> inverseJoinColumn
protected List<JaxbUniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
Constructor Detail |
---|
public JaxbJoinTable()
Method Detail |
---|
public List<JaxbJoinColumn> getJoinColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the joinColumn property.
For example, to add a new item, do as follows:
getJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumn
public List<JaxbJoinColumn> getInverseJoinColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the inverseJoinColumn property.
For example, to add a new item, do as follows:
getInverseJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumn
public List<JaxbUniqueConstraint> getUniqueConstraint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the uniqueConstraint property.
For example, to add a new item, do as follows:
getUniqueConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbUniqueConstraint
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getCatalog()
String
public void setCatalog(String value)
value
- allowed object is
String
public String getSchema()
String
public void setSchema(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |