T
- The type, which is retrieved by this DAO.B
- The base type to which the type T is joined.public interface GenericJoinDAO<T,B> extends GenericDAO<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
getAllJoined(Serializable bId) |
Class<B> |
getPersistentBaseClass() |
delete, get, getPersistentClass, insert, merge, refresh, update
Class<B> getPersistentBaseClass()
B
.List<T> getAllJoined(Serializable bId)
bId
- The database Id of the base object with the typeB.Copyright © 2016 Clazzes.org. All rights reserved.