Package org.apache.openejb.jee.wls
Class Persistence
- java.lang.Object
-
- org.apache.openejb.jee.wls.Persistence
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleandelayUpdatesUntilEndOfTxprotected BooleanfindersLoadBeanprotected Stringidprotected StringisModifiedMethodNameprotected PersistenceUsepersistenceUse
-
Constructor Summary
Constructors Constructor Description Persistence()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDelayUpdatesUntilEndOfTx()Gets the value of the delayUpdatesUntilEndOfTx property.BooleangetFindersLoadBean()Gets the value of the findersLoadBean property.StringgetId()Gets the value of the id property.StringgetIsModifiedMethodName()Gets the value of the isModifiedMethodName property.PersistenceUsegetPersistenceUse()Gets the value of the persistenceUse property.voidsetDelayUpdatesUntilEndOfTx(Boolean value)Sets the value of the delayUpdatesUntilEndOfTx property.voidsetFindersLoadBean(Boolean value)Sets the value of the findersLoadBean property.voidsetId(String value)Sets the value of the id property.voidsetIsModifiedMethodName(String value)Sets the value of the isModifiedMethodName property.voidsetPersistenceUse(PersistenceUse value)Sets the value of the persistenceUse property.
-
-
-
Field Detail
-
isModifiedMethodName
protected String isModifiedMethodName
-
delayUpdatesUntilEndOfTx
protected Boolean delayUpdatesUntilEndOfTx
-
findersLoadBean
protected Boolean findersLoadBean
-
persistenceUse
protected PersistenceUse persistenceUse
-
id
protected String id
-
-
Method Detail
-
getIsModifiedMethodName
public String getIsModifiedMethodName()
Gets the value of the isModifiedMethodName property.- Returns:
- possible object is
String
-
setIsModifiedMethodName
public void setIsModifiedMethodName(String value)
Sets the value of the isModifiedMethodName property.- Parameters:
value- allowed object isString
-
getDelayUpdatesUntilEndOfTx
public Boolean getDelayUpdatesUntilEndOfTx()
Gets the value of the delayUpdatesUntilEndOfTx property.- Returns:
- possible object is
Boolean
-
setDelayUpdatesUntilEndOfTx
public void setDelayUpdatesUntilEndOfTx(Boolean value)
Sets the value of the delayUpdatesUntilEndOfTx property.- Parameters:
value- allowed object isBoolean
-
getFindersLoadBean
public Boolean getFindersLoadBean()
Gets the value of the findersLoadBean property.- Returns:
- possible object is
Boolean
-
setFindersLoadBean
public void setFindersLoadBean(Boolean value)
Sets the value of the findersLoadBean property.- Parameters:
value- allowed object isBoolean
-
getPersistenceUse
public PersistenceUse getPersistenceUse()
Gets the value of the persistenceUse property.- Returns:
- possible object is
PersistenceUse
-
setPersistenceUse
public void setPersistenceUse(PersistenceUse value)
Sets the value of the persistenceUse property.- Parameters:
value- allowed object isPersistenceUse
-
-