API
1 2 3 4 56 7 8 9 1011 12 13 | SiPPF_Mapping createQuery($sqlClauses) : SiPPF_Query createLoad() : Object createDelete() createInsert() createUpdate() SiPPF_Query execute() : Object setParam($index, $value) : $this setParams($paramValues) : $this setLimit($limit) : $this setOffset($offset) : $this |
Planning/Ideas
- lazyloading
- compoundId: ID’s of multiple columns
- refresh: a refresh($entity) method to refresh an entity (similar to the EJB 3.0 method)
- merge: would this be useful? (see EJB 3.0); would it be difficult to implement?
- callbacks:
- embeddedObject: (see EJB 3.0)
- namedQuery: would this be useful (see EJB 3.0) (currently not convinced)
- mappingProviders: AnotationMappingProvider, FastMappingProvider (read object with reflection and assume all properties are mapped to database in table with same classname; properties with same columnname; and id is ID), xml