Package org.nuiton.topia.persistence
Interface TopiaPersistenceHelper<T extends TopiaEntityEnum>
public interface TopiaPersistenceHelper<T extends TopiaEntityEnum>
Object which helps to wrap some static generated code
(dao helper, entityEnum).
- Since:
- 2.6.12
- Author:
- tchemit <chemit@codelutin.com>
-
Method Summary
Modifier and Type Method Description <E extends TopiaEntity>
TopiaDAO<E>getDAO(TopiaContext tx, java.lang.Class<E> type)<E extends TopiaEntity>
TopiaDAO<E>getDAO(TopiaContext tx, T type)<E extends TopiaEntity>
TgetEntityEnum(java.lang.Class<E> type)