|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.EntityDescriptor
public class EntityDescriptor
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
EntityDescriptor()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public EntityDescriptor()
| Method Detail |
|---|
public Pool getPool()
Poolpublic void setPool(Pool value)
value - allowed object is
Poolpublic TimerDescriptor getTimerDescriptor()
TimerDescriptorpublic void setTimerDescriptor(TimerDescriptor value)
value - allowed object is
TimerDescriptorpublic EntityCache getEntityCache()
EntityCachepublic void setEntityCache(EntityCache value)
value - allowed object is
EntityCachepublic EntityCacheRef getEntityCacheRef()
EntityCacheRefpublic void setEntityCacheRef(EntityCacheRef value)
value - allowed object is
EntityCacheRefpublic Persistence getPersistence()
Persistencepublic void setPersistence(Persistence value)
value - allowed object is
Persistencepublic EntityClustering getEntityClustering()
EntityClusteringpublic void setEntityClustering(EntityClustering value)
value - allowed object is
EntityClusteringpublic InvalidationTarget getInvalidationTarget()
InvalidationTargetpublic void setInvalidationTarget(InvalidationTarget value)
value - allowed object is
InvalidationTargetpublic java.lang.Boolean getEnableDynamicQueries()
Booleanpublic void setEnableDynamicQueries(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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 | |||||||||