public class EntityDescriptor
extends java.lang.Object
Java class for entity-descriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-descriptor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/> <element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/> <choice minOccurs="0"> <element name="entity-cache" type="{http://www.bea.com/ns/weblogic/90}entity-cache"/> <element name="entity-cache-ref" type="{http://www.bea.com/ns/weblogic/90}entity-cache-ref"/> </choice> <element name="persistence" type="{http://www.bea.com/ns/weblogic/90}persistence" minOccurs="0"/> <element name="entity-clustering" type="{http://www.bea.com/ns/weblogic/90}entity-clustering" minOccurs="0"/> <element name="invalidation-target" type="{http://www.bea.com/ns/weblogic/90}invalidation-target" minOccurs="0"/> <element name="enable-dynamic-queries" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
enableDynamicQueries |
protected EntityCache |
entityCache |
protected EntityCacheRef |
entityCacheRef |
protected EntityClustering |
entityClustering |
protected java.lang.String |
id |
protected InvalidationTarget |
invalidationTarget |
protected Persistence |
persistence |
protected Pool |
pool |
protected TimerDescriptor |
timerDescriptor |
Constructor and Description |
---|
EntityDescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getEnableDynamicQueries()
Gets the value of the enableDynamicQueries property.
|
EntityCache |
getEntityCache()
Gets the value of the entityCache property.
|
EntityCacheRef |
getEntityCacheRef()
Gets the value of the entityCacheRef property.
|
EntityClustering |
getEntityClustering()
Gets the value of the entityClustering property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
InvalidationTarget |
getInvalidationTarget()
Gets the value of the invalidationTarget property.
|
Persistence |
getPersistence()
Gets the value of the persistence property.
|
Pool |
getPool()
Gets the value of the pool property.
|
TimerDescriptor |
getTimerDescriptor()
Gets the value of the timerDescriptor property.
|
void |
setEnableDynamicQueries(java.lang.Boolean value)
Sets the value of the enableDynamicQueries property.
|
void |
setEntityCache(EntityCache value)
Sets the value of the entityCache property.
|
void |
setEntityCacheRef(EntityCacheRef value)
Sets the value of the entityCacheRef property.
|
void |
setEntityClustering(EntityClustering value)
Sets the value of the entityClustering property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setInvalidationTarget(InvalidationTarget value)
Sets the value of the invalidationTarget property.
|
void |
setPersistence(Persistence value)
Sets the value of the persistence property.
|
void |
setPool(Pool value)
Sets the value of the pool property.
|
void |
setTimerDescriptor(TimerDescriptor value)
Sets the value of the timerDescriptor property.
|
protected Pool pool
protected TimerDescriptor timerDescriptor
protected EntityCache entityCache
protected EntityCacheRef entityCacheRef
protected Persistence persistence
protected EntityClustering entityClustering
protected InvalidationTarget invalidationTarget
protected java.lang.Boolean enableDynamicQueries
protected java.lang.String id
public void setPool(Pool value)
value
- allowed object is
Pool
public TimerDescriptor getTimerDescriptor()
TimerDescriptor
public void setTimerDescriptor(TimerDescriptor value)
value
- allowed object is
TimerDescriptor
public EntityCache getEntityCache()
EntityCache
public void setEntityCache(EntityCache value)
value
- allowed object is
EntityCache
public EntityCacheRef getEntityCacheRef()
EntityCacheRef
public void setEntityCacheRef(EntityCacheRef value)
value
- allowed object is
EntityCacheRef
public Persistence getPersistence()
Persistence
public void setPersistence(Persistence value)
value
- allowed object is
Persistence
public EntityClustering getEntityClustering()
EntityClustering
public void setEntityClustering(EntityClustering value)
value
- allowed object is
EntityClustering
public InvalidationTarget getInvalidationTarget()
InvalidationTarget
public void setInvalidationTarget(InvalidationTarget value)
value
- allowed object is
InvalidationTarget
public java.lang.Boolean getEnableDynamicQueries()
Boolean
public void setEnableDynamicQueries(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String