org.apache.openejb.jee.oejb2
Class CustomGeneratorType

java.lang.Object
  extended by org.apache.openejb.jee.oejb2.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 Summary
protected  String generatorName
           
protected  String primaryKeyClass
           
 
Constructor Summary
CustomGeneratorType()
           
 
Method Summary
 String getGeneratorName()
          Gets the value of the generatorName property.
 String getPrimaryKeyClass()
          Gets the value of the primaryKeyClass property.
 void setGeneratorName(String value)
          Sets the value of the generatorName property.
 void setPrimaryKeyClass(String value)
          Sets the value of the primaryKeyClass property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.