com.imaginary.lwp
Class JDBCSupport
java.lang.Object
|
+--com.imaginary.lwp.PersistenceSupport
|
+--com.imaginary.lwp.JDBCSupport
- Direct Known Subclasses:
- EntryItemSupport, EntrySupport, ManufacturerSupport, ProductSupport, QuerySupport
- public abstract class JDBCSupport
- extends PersistenceSupport
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
JDBCSupport
public JDBCSupport()
find
public com.sun.java.util.collections.Iterator find(SearchCriteria sc)
throws FindException
- Overrides:
- find in class PersistenceSupport
getReference
public final BaseReference getReference(long oid,
java.lang.String cls,
com.sun.java.util.collections.HashMap vals)
throws FindException
getFindSQL
protected java.lang.String getFindSQL(SearchCriteria sc)
throws FindException
getJoin
protected abstract JDBCJoin getJoin(java.lang.String tbl)
throws FindException
getPrimaryTable
protected abstract java.lang.String getPrimaryTable()
mapField
protected abstract java.lang.String mapField(java.lang.String fld)
throws FindException