类 JaxbHbmCacheType

  • 所有已实现的接口:
    Serializable

    public class JaxbHbmCacheType
    extends Object
    implements Serializable

    Java class for CacheType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CacheType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="include" type="{http://www.hibernate.org/xsd/orm/hbm}CacheInclusionEnum" default="all" />
           <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}CacheUsageEnum" />
         </restriction>
       </complexContent>
     </complexType>
     
    另请参阅:
    序列化表格