|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.Persistence
public class Persistence
Java class for persistence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="is-modified-method-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="delay-updates-until-end-of-tx" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="finders-load-bean" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="persistence-use" type="{http://www.bea.com/ns/weblogic/90}persistence-use" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
delayUpdatesUntilEndOfTx
|
protected java.lang.Boolean |
findersLoadBean
|
protected java.lang.String |
id
|
protected java.lang.String |
isModifiedMethodName
|
protected PersistenceUse |
persistenceUse
|
| Constructor Summary | |
|---|---|
Persistence()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getDelayUpdatesUntilEndOfTx()
Gets the value of the delayUpdatesUntilEndOfTx property. |
java.lang.Boolean |
getFindersLoadBean()
Gets the value of the findersLoadBean property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getIsModifiedMethodName()
Gets the value of the isModifiedMethodName property. |
PersistenceUse |
getPersistenceUse()
Gets the value of the persistenceUse property. |
void |
setDelayUpdatesUntilEndOfTx(java.lang.Boolean value)
Sets the value of the delayUpdatesUntilEndOfTx property. |
void |
setFindersLoadBean(java.lang.Boolean value)
Sets the value of the findersLoadBean property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIsModifiedMethodName(java.lang.String value)
Sets the value of the isModifiedMethodName property. |
void |
setPersistenceUse(PersistenceUse value)
Sets the value of the persistenceUse property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String isModifiedMethodName
protected java.lang.Boolean delayUpdatesUntilEndOfTx
protected java.lang.Boolean findersLoadBean
protected PersistenceUse persistenceUse
protected java.lang.String id
| Constructor Detail |
|---|
public Persistence()
| Method Detail |
|---|
public java.lang.String getIsModifiedMethodName()
Stringpublic void setIsModifiedMethodName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getDelayUpdatesUntilEndOfTx()
Booleanpublic void setDelayUpdatesUntilEndOfTx(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getFindersLoadBean()
Booleanpublic void setFindersLoadBean(java.lang.Boolean value)
value - allowed object is
Booleanpublic PersistenceUse getPersistenceUse()
PersistenceUsepublic void setPersistenceUse(PersistenceUse value)
value - allowed object is
PersistenceUsepublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||