Uses of Package
com.j256.ormlite.db

Packages that use com.j256.ormlite.db
com.j256.ormlite.dao Database Access Object classes. 
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
com.j256.ormlite.misc Miscellaneous classes. 
com.j256.ormlite.spring Support classes for spring wiring the package. 
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.support Database support classes. 
com.j256.ormlite.table Object table information. 
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.dao
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.db
BaseDatabaseType
          Base class for all of the DatabaseType classes that provide the per-database type functionality to create tables and build queries.
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
DerbyEmbeddedDatabaseType
          Derby database type information used to create the tables, etc..
SqliteDatabaseType
          Sqlite database type information used to create the tables, etc..
SqlServerDatabaseType
          Microsoft SQL server database type information used to create the tables, etc..
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.field
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.misc
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.spring
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.stmt
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.support
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 

Classes in com.j256.ormlite.db used by com.j256.ormlite.table
DatabaseType
          Definition of the per-database functionality needed to isolate the differences between the various databases.
 



Copyright © 2010. All Rights Reserved.