Class GeneralHelper
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.helpers.GeneralHelper
-
@Component public class GeneralHelper extends Object
- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description GeneralHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
findLastIdInRepo(org.hibernate.Session session, String tableOid, String queryName)
<C extends Containerable>
voidvalidateContainerable(C value, Class<C> type)
-
-
-
Method Detail
-
findLastIdInRepo
public int findLastIdInRepo(org.hibernate.Session session, String tableOid, String queryName)
-
validateContainerable
public <C extends Containerable> void validateContainerable(C value, Class<C> type) throws SchemaException
- Throws:
SchemaException
-
-