Class 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>
     
    • Constructor Detail

      • EntityDescriptor

        public EntityDescriptor()
    • Method Detail

      • getPool

        public Pool getPool()
        Gets the value of the pool property.
        Returns:
        possible object is Pool
      • setPool

        public void setPool​(Pool value)
        Sets the value of the pool property.
        Parameters:
        value - allowed object is Pool
      • 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 is TimerDescriptor
      • 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 is EntityCache
      • 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 is EntityCacheRef
      • 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 is Persistence
      • 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 is EntityClustering
      • setInvalidationTarget

        public void setInvalidationTarget​(InvalidationTarget value)
        Sets the value of the invalidationTarget property.
        Parameters:
        value - allowed object is InvalidationTarget
      • 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 is Boolean
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String