Class RecordDao<T extends net.tangly.bus.core.HasId>

java.lang.Object
net.tangly.orm.RecordDao<T>
All Implemented Interfaces:
net.tangly.bus.providers.Provider<T>, net.tangly.bus.providers.RecordProvider<T>

public abstract class RecordDao<T extends net.tangly.bus.core.HasId>
extends java.lang.Object
implements net.tangly.bus.providers.RecordProvider<T>
  • Constructor Summary

    Constructors 
    Constructor Description
    RecordDao()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.tangly.bus.providers.Provider

    delete, findBy, getAll, update, updateAll

    Methods inherited from interface net.tangly.bus.providers.RecordProvider

    find
  • Constructor Details