Uses of Package
org.org.usurper.handlers.basic

Packages that use org.org.usurper.handlers.basic
org.org.usurper This root package contains the basic classes you'll interact with as a user of Usurper. 
org.org.usurper.handlers.additional This package contains additional handlers (dealing with more complex subjects than the basic types provided in the java language). 
org.org.usurper.handlers.defaults This package contains the default handlers for basic types from the java language. 
org.org.usurper.handlers.sql This package contains handlers for the types from java.sql package. 
org.org.usurper.setup This package contains all the class related to the Usurper Generator setup. 
org.org.usurper.setup.constants This package contains the constants and Enum types used for the setup of Usurper. 
org.org.usurper.springframework This package contains Spring framework related classes. 
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
AbstractSpecificPropertyHandler
          This is the class to extend in order to implement a handler for a specific property of a given class.
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper.handlers.additional
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
AbstractSpecificPropertyHandler
          This is the class to extend in order to implement a handler for a specific property of a given class.
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper.handlers.defaults
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper.handlers.sql
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper.setup
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
AbstractSpecificPropertyHandler
          This is the class to extend in order to implement a handler for a specific property of a given class.
ArrayHandler
          This is the generic handler for Arrays of types.
EnumHandler
          This type returns a random value of a given enum type.
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper.setup.constants
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
 

Classes in org.org.usurper.handlers.basic used by org.org.usurper.springframework
AbstractPropertyTypeHandler
          This is the class to extend in order to implement a handler for a specific type.
AbstractSpecificPropertyHandler
          This is the class to extend in order to implement a handler for a specific property of a given class.
ArrayHandler
          This is the generic handler for Arrays of types.
EnumHandler
          This type returns a random value of a given enum type.
 



Copyright © 2008. All Rights Reserved.