Package sk.iway.iwcm.database
package sk.iway.iwcm.database
-
ClassDescriptionActiveRecord.java Basic subclass for easier and uniform work with JPA beans.ActiveRecordBase.java Basic subclass for easier and uniform work with JPA beans.ActiveRecordRepository.java Basic subclass for easier and uniform work with JPA beans.ComplexQuery.java A class encapsulating complex ResultSet manipulationDataSource.javaDumpSelectQuery.java Creates an SQL dump file out of the result of a select statement.JpaDB<T extends ActiveRecordBase>JpaDB.java Basic read, update, insert and delete operations for a JPA beanMapper<T>Mapper.java Class for transforming ResultSet rows to objectsSimpleQueryResolver.java A class encapsulating some simple database operations, like retrieving a single integer, single object, a list of single columns, etc.