当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
CacheJoinFragment (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.sql
Class CacheJoinFragment
java.lang.Object
org.hibernate.sql.JoinFragment
org.hibernate.sql.ANSIJoinFragment
org.hibernate.sql.CacheJoinFragment
- public class CacheJoinFragment
- extends ANSIJoinFragment
A Caché dialect join. Differs from ANSI only in that full outer join
is not supported.
- Author:
- Jeff Miller, Jonathan Levinson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheJoinFragment
public CacheJoinFragment()
addJoin
public void addJoin(String tableName,
String alias,
String[] fkColumns,
String[] pkColumns,
int joinType,
String on)
- Overrides:
addJoin
in class ANSIJoinFragment