com.googlecode.jpattern.orm
Interface IOrmPersistor<T>
public interface IOrmPersistor<T>
- Author:
- Francesco Cina
22/mag/2011
The bytecode of classes implementing this interface is generated at runtime using asm
mapRow
T mapRow(String rowNamePrefix,
ResultSet rs,
int rowNum)
allValues
Object[] allValues(T entity)
allNotGeneratedValues
Object[] allNotGeneratedValues(T entity)
primaryKeyValues
Object[] primaryKeyValues(T entity)
notPrimaryKeyValues
Object[] notPrimaryKeyValues(T entity)
updatePrimaryKey
void updatePrimaryKey(ResultSet rs,
T entity)
Copyright © 2011. All Rights Reserved.