public class Persistence extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
delayUpdatesUntilEndOfTx |
protected Boolean |
findersLoadBean |
protected String |
id |
protected String |
isModifiedMethodName |
protected PersistenceUse |
persistenceUse |
| Constructor and Description |
|---|
Persistence() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDelayUpdatesUntilEndOfTx()
Gets the value of the delayUpdatesUntilEndOfTx property.
|
Boolean |
getFindersLoadBean()
Gets the value of the findersLoadBean property.
|
String |
getId()
Gets the value of the id property.
|
String |
getIsModifiedMethodName()
Gets the value of the isModifiedMethodName property.
|
PersistenceUse |
getPersistenceUse()
Gets the value of the persistenceUse property.
|
void |
setDelayUpdatesUntilEndOfTx(Boolean value)
Sets the value of the delayUpdatesUntilEndOfTx property.
|
void |
setFindersLoadBean(Boolean value)
Sets the value of the findersLoadBean property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsModifiedMethodName(String value)
Sets the value of the isModifiedMethodName property.
|
void |
setPersistenceUse(PersistenceUse value)
Sets the value of the persistenceUse property.
|
protected String isModifiedMethodName
protected Boolean delayUpdatesUntilEndOfTx
protected Boolean findersLoadBean
protected PersistenceUse persistenceUse
protected String id
public String getIsModifiedMethodName()
Stringpublic void setIsModifiedMethodName(String value)
value - allowed object is
Stringpublic Boolean getDelayUpdatesUntilEndOfTx()
Booleanpublic void setDelayUpdatesUntilEndOfTx(Boolean value)
value - allowed object is
Booleanpublic Boolean getFindersLoadBean()
Booleanpublic void setFindersLoadBean(Boolean value)
value - allowed object is
Booleanpublic PersistenceUse getPersistenceUse()
PersistenceUsepublic void setPersistenceUse(PersistenceUse value)
value - allowed object is
PersistenceUseCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.