Class CustomGeneratorType


  • public class CustomGeneratorType
    extends Object
    Handles a user-provided generator. You deploy any old generator as a GBean, and then point to that GBean here. The generator should implement org.tranql.pkgenerator.PrimaryKeyGenerator.

    Java class for custom-generatorType complex type.

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

     <complexType name="custom-generatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="generator-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="primary-key-class" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • generatorName

        protected String generatorName
      • primaryKeyClass

        protected String primaryKeyClass
    • Constructor Detail

      • CustomGeneratorType

        public CustomGeneratorType()
    • Method Detail

      • getGeneratorName

        public String getGeneratorName()
        Gets the value of the generatorName property.
        Returns:
        possible object is String
      • setGeneratorName

        public void setGeneratorName​(String value)
        Sets the value of the generatorName property.
        Parameters:
        value - allowed object is String
      • getPrimaryKeyClass

        public String getPrimaryKeyClass()
        Gets the value of the primaryKeyClass property.
        Returns:
        possible object is String
      • setPrimaryKeyClass

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