public class HibernateSentenceRole extends HibernateSentence<Role>
Constructor and Description |
---|
HibernateSentenceRole(boolean isAdmin,
String ownRole) |
Modifier and Type | Method and Description |
---|---|
org.hibernate.Query |
getQuery() |
List<Role> |
list() |
List<Role> |
list(QueryFilter[] filters) |
listPage, listPage
public HibernateSentenceRole(boolean isAdmin, String ownRole)
public org.hibernate.Query getQuery()
getQuery
in class HibernateSentence<Role>
public List<Role> list() throws BasicException
BasicException
public List<Role> list(QueryFilter[] filters) throws BasicException
BasicException
Copyright © 2021. All rights reserved.