public interface DaoLocator
A generic interface to allow find Dao instance from a model type class
Modifier and Type | Method and Description |
---|---|
Dao |
dao(java.lang.Class<?> modelType) |
Dao dao(java.lang.Class<?> modelType)
Copyright © 2014–2017 ActFramework. All rights reserved.