Uses of Interface
com.googlecode.jpattern.orm.dialect.IDialect

Packages that use IDialect
com.googlecode.jpattern.orm   
com.googlecode.jpattern.orm.crud   
com.googlecode.jpattern.orm.dialect   
 

Uses of IDialect in com.googlecode.jpattern.orm
 

Constructors in com.googlecode.jpattern.orm with parameters of type IDialect
JPOrm(ISessionProvider sessionProvider, IDialect dialect)
           
 

Uses of IDialect in com.googlecode.jpattern.orm.crud
 

Methods in com.googlecode.jpattern.orm.crud with parameters of type IDialect
 String NullColumnValueGenerator.insertQueryParameter(IDialect dialect, String currentValue)
           
 String SequenceColumnValueGenerator.insertQueryParameter(IDialect dialect, String currentValue)
           
abstract  String AColumnValueGenerator.insertQueryParameter(IDialect dialect, String currentValue)
           
 

Constructors in com.googlecode.jpattern.orm.crud with parameters of type IDialect
OrmCRUDQueryGenerator(IDialect dialect, IClassMapper<T> classMapper)
           
 

Uses of IDialect in com.googlecode.jpattern.orm.dialect
 

Classes in com.googlecode.jpattern.orm.dialect that implement IDialect
 class DefaultDialect
           
 class DerbyDialect
           
 class H2Dialect
           
 class HSQLDB2Dialect
           
 class Oracle10gDialect
           
 



Copyright © 2011. All Rights Reserved.