Uses of Interface
org.sql.generation.api.vendor.SQLVendor

Packages that use SQLVendor
org.sql.generation.api.vendor This package provides an API for SQLVendors to implement, and a way to load different vendors dynamically. 
 

Uses of SQLVendor in org.sql.generation.api.vendor
 

Subinterfaces of SQLVendor in org.sql.generation.api.vendor
 interface DerbyVendor
           
 interface MySQLVendor
          This is vendor for MySQL database.
 interface PostgreSQLVendor
          This is vendor for PostgreSQL database.
 

Methods in org.sql.generation.api.vendor with type parameters of type SQLVendor
static
<VendorType extends SQLVendor>
VendorType
SQLVendorProvider.createVendor(Class<VendorType> vendorClass)
           Creates a new vendor.
 



Copyright © 2010-2011. All Rights Reserved.