|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.java.xml.ns.persistence.orm.Embedded
org.jvnet.hyperjaxb3.ejb.schemas.customizations.Embedded
public class Embedded
Java class for embedded complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="embedded">
<complexContent>
<extension base="{http://java.sun.com/xml/ns/persistence/orm}embedded">
<attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="columnNamePrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
columnNamePrefix
|
protected Boolean |
merge
|
| Fields inherited from class com.sun.java.xml.ns.persistence.orm.Embedded |
|---|
access, associationOverride, attributeOverride, name |
| Constructor Summary | |
|---|---|
Embedded()
|
|
| 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)
|
String |
getColumnNamePrefix()
Gets the value of the columnNamePrefix property. |
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 |
setColumnNamePrefix(String value)
Sets the value of the columnNamePrefix property. |
void |
setMerge(Boolean value)
Sets the value of the merge property. |
| Methods inherited from class com.sun.java.xml.ns.persistence.orm.Embedded |
|---|
getAccess, getAssociationOverride, getAttributeOverride, getName, setAccess, setName |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean merge
protected String columnNamePrefix
| Constructor Detail |
|---|
public Embedded()
| Method Detail |
|---|
public boolean isMerge()
isMerge in interface MergeableBooleanpublic void setMerge(Boolean value)
value - allowed object is
Booleanpublic String getColumnNamePrefix()
Stringpublic void setColumnNamePrefix(String value)
value - allowed object is
String
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class Embeddedpublic boolean equals(Object object)
equals in class Embedded
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class Embeddedpublic int hashCode()
hashCode in class Embeddedpublic Object clone()
clone in class Embeddedpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class Embedded
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class Embeddedpublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFromcreateNewInstance in class Embedded
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class Embedded
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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class Embedded
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||