Package org.apache.openejb.jee.wls
Class EntityDescriptor
- java.lang.Object
-
- org.apache.openejb.jee.wls.EntityDescriptor
-
public class EntityDescriptor extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanenableDynamicQueriesprotected EntityCacheentityCacheprotected EntityCacheRefentityCacheRefprotected EntityClusteringentityClusteringprotected Stringidprotected InvalidationTargetinvalidationTargetprotected Persistencepersistenceprotected Poolpoolprotected TimerDescriptortimerDescriptor
-
Constructor Summary
Constructors Constructor Description EntityDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnableDynamicQueries()Gets the value of the enableDynamicQueries property.EntityCachegetEntityCache()Gets the value of the entityCache property.EntityCacheRefgetEntityCacheRef()Gets the value of the entityCacheRef property.EntityClusteringgetEntityClustering()Gets the value of the entityClustering property.StringgetId()Gets the value of the id property.InvalidationTargetgetInvalidationTarget()Gets the value of the invalidationTarget property.PersistencegetPersistence()Gets the value of the persistence property.PoolgetPool()Gets the value of the pool property.TimerDescriptorgetTimerDescriptor()Gets the value of the timerDescriptor property.voidsetEnableDynamicQueries(Boolean value)Sets the value of the enableDynamicQueries property.voidsetEntityCache(EntityCache value)Sets the value of the entityCache property.voidsetEntityCacheRef(EntityCacheRef value)Sets the value of the entityCacheRef property.voidsetEntityClustering(EntityClustering value)Sets the value of the entityClustering property.voidsetId(String value)Sets the value of the id property.voidsetInvalidationTarget(InvalidationTarget value)Sets the value of the invalidationTarget property.voidsetPersistence(Persistence value)Sets the value of the persistence property.voidsetPool(Pool value)Sets the value of the pool property.voidsetTimerDescriptor(TimerDescriptor value)Sets the value of the timerDescriptor property.
-
-
-
Field Detail
-
pool
protected Pool pool
-
timerDescriptor
protected TimerDescriptor timerDescriptor
-
entityCache
protected EntityCache entityCache
-
entityCacheRef
protected EntityCacheRef entityCacheRef
-
persistence
protected Persistence persistence
-
entityClustering
protected EntityClustering entityClustering
-
invalidationTarget
protected InvalidationTarget invalidationTarget
-
enableDynamicQueries
protected Boolean enableDynamicQueries
-
id
protected String id
-
-
Method Detail
-
setPool
public void setPool(Pool value)
Sets the value of the pool property.- Parameters:
value- allowed object isPool
-
getTimerDescriptor
public TimerDescriptor getTimerDescriptor()
Gets the value of the timerDescriptor property.- Returns:
- possible object is
TimerDescriptor
-
setTimerDescriptor
public void setTimerDescriptor(TimerDescriptor value)
Sets the value of the timerDescriptor property.- Parameters:
value- allowed object isTimerDescriptor
-
getEntityCache
public EntityCache getEntityCache()
Gets the value of the entityCache property.- Returns:
- possible object is
EntityCache
-
setEntityCache
public void setEntityCache(EntityCache value)
Sets the value of the entityCache property.- Parameters:
value- allowed object isEntityCache
-
getEntityCacheRef
public EntityCacheRef getEntityCacheRef()
Gets the value of the entityCacheRef property.- Returns:
- possible object is
EntityCacheRef
-
setEntityCacheRef
public void setEntityCacheRef(EntityCacheRef value)
Sets the value of the entityCacheRef property.- Parameters:
value- allowed object isEntityCacheRef
-
getPersistence
public Persistence getPersistence()
Gets the value of the persistence property.- Returns:
- possible object is
Persistence
-
setPersistence
public void setPersistence(Persistence value)
Sets the value of the persistence property.- Parameters:
value- allowed object isPersistence
-
getEntityClustering
public EntityClustering getEntityClustering()
Gets the value of the entityClustering property.- Returns:
- possible object is
EntityClustering
-
setEntityClustering
public void setEntityClustering(EntityClustering value)
Sets the value of the entityClustering property.- Parameters:
value- allowed object isEntityClustering
-
getInvalidationTarget
public InvalidationTarget getInvalidationTarget()
Gets the value of the invalidationTarget property.- Returns:
- possible object is
InvalidationTarget
-
setInvalidationTarget
public void setInvalidationTarget(InvalidationTarget value)
Sets the value of the invalidationTarget property.- Parameters:
value- allowed object isInvalidationTarget
-
getEnableDynamicQueries
public Boolean getEnableDynamicQueries()
Gets the value of the enableDynamicQueries property.- Returns:
- possible object is
Boolean
-
setEnableDynamicQueries
public void setEnableDynamicQueries(Boolean value)
Sets the value of the enableDynamicQueries property.- Parameters:
value- allowed object isBoolean
-
-