org.jvnet.hyperjaxb3.ejb.schemas.customizations
Class OneToMany
java.lang.Object
com.sun.java.xml.ns.persistence.orm.OneToMany
org.jvnet.hyperjaxb3.ejb.schemas.customizations.OneToMany
- All Implemented Interfaces:
- Cloneable, Mergeable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom
public class OneToMany
- extends OneToMany
- implements Cloneable, Mergeable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom
Java class for one-to-many complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="one-to-many">
<complexContent>
<extension base="{http://java.sun.com/xml/ns/persistence/orm}one-to-many">
<attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Fields inherited from class com.sun.java.xml.ns.persistence.orm.OneToMany |
access, cascade, fetch, joinColumn, joinTable, mapKey, mapKeyAttributeOverride, mapKeyClass, mapKeyColumn, mapKeyEnumerated, mapKeyJoinColumn, mapKeyTemporal, mappedBy, name, orderBy, orderColumn, orphanRemoval, targetEntity |
|
Method Summary |
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isMerge()
Gets the value of the merge property. |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setMerge(Boolean value)
Sets the value of the merge property. |
| Methods inherited from class com.sun.java.xml.ns.persistence.orm.OneToMany |
getAccess, getCascade, getFetch, getJoinColumn, getJoinTable, getMapKey, getMapKeyAttributeOverride, getMapKeyClass, getMapKeyColumn, getMapKeyEnumerated, getMapKeyJoinColumn, getMapKeyTemporal, getMappedBy, getName, getOrderBy, getOrderColumn, getTargetEntity, isOrphanRemoval, setAccess, setCascade, setFetch, setJoinTable, setMapKey, setMapKeyClass, setMapKeyColumn, setMapKeyEnumerated, setMapKeyTemporal, setMappedBy, setName, setOrderBy, setOrderColumn, setOrphanRemoval, setTargetEntity |
merge
protected Boolean merge
OneToMany
public OneToMany()
isMerge
public boolean isMerge()
- Gets the value of the merge property.
- Specified by:
isMerge in interface Mergeable
- Returns:
- possible object is
Boolean
setMerge
public void setMerge(Boolean value)
- Sets the value of the merge property.
- Parameters:
value - allowed object is
Boolean
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals- Overrides:
equals in class OneToMany
equals
public boolean equals(Object object)
- Overrides:
equals in class OneToMany
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCode in class OneToMany
hashCode
public int hashCode()
- Overrides:
hashCode in class OneToMany
clone
public Object clone()
- Overrides:
clone in class OneToMany
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class OneToMany
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo- Overrides:
copyTo in class OneToMany
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
createNewInstance in class OneToMany
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class OneToMany
mergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom- Overrides:
mergeFrom in class OneToMany
Copyright © 2005-2014. All Rights Reserved.