Class UserTypeMapping


  • public class UserTypeMapping
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://jboss.org}java-type"/>
             <element ref="{http://jboss.org}mapped-type"/>
             <element ref="{http://jboss.org}mapper"/>
             <element ref="{http://jboss.org}check-dirty-after-get" minOccurs="0"/>
             <element ref="{http://jboss.org}state-factory" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • UserTypeMapping

        public UserTypeMapping()
    • Method Detail

      • getJavaType

        public JavaType getJavaType()
        Gets the value of the javaType property.
        Returns:
        possible object is JavaType
      • setJavaType

        public void setJavaType​(JavaType value)
        Sets the value of the javaType property.
        Parameters:
        value - allowed object is JavaType
      • getMappedType

        public MappedType getMappedType()
        Gets the value of the mappedType property.
        Returns:
        possible object is MappedType
      • setMappedType

        public void setMappedType​(MappedType value)
        Sets the value of the mappedType property.
        Parameters:
        value - allowed object is MappedType
      • getMapper

        public Mapper getMapper()
        Gets the value of the mapper property.
        Returns:
        possible object is Mapper
      • setMapper

        public void setMapper​(Mapper value)
        Sets the value of the mapper property.
        Parameters:
        value - allowed object is Mapper
      • setCheckDirtyAfterGet

        public void setCheckDirtyAfterGet​(CheckDirtyAfterGet value)
        Sets the value of the checkDirtyAfterGet property.
        Parameters:
        value - allowed object is CheckDirtyAfterGet
      • getStateFactory

        public StateFactory getStateFactory()
        Gets the value of the stateFactory property.
        Returns:
        possible object is StateFactory
      • setStateFactory

        public void setStateFactory​(StateFactory value)
        Sets the value of the stateFactory property.
        Parameters:
        value - allowed object is StateFactory