Package sk.iway.iwcm.database


package sk.iway.iwcm.database
  • Class
    Description
    ActiveRecord.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 manipulation
    DataSource.java
    DumpSelectQuery.java Creates an SQL dump file out of the result of a select statement.
    JpaDB.java Basic read, update, insert and delete operations for a JPA bean
    Mapper.java Class for transforming ResultSet rows to objects
    SimpleQueryResolver.java A class encapsulating some simple database operations, like retrieving a single integer, single object, a list of single columns, etc.