Class ContainerOidGenerator
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.util.ContainerOidGenerator
-
- All Implemented Interfaces:
org.hibernate.id.IdentifierGenerator
public class ContainerOidGenerator extends Object implements org.hibernate.id.IdentifierGenerator
- Author:
- lazyman
-
-
Constructor Summary
Constructors Constructor Description ContainerOidGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)
-
-
-
Method Detail
-
generate
public Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object) throws org.hibernate.HibernateException
- Specified by:
generate
in interfaceorg.hibernate.id.IdentifierGenerator
- Throws:
org.hibernate.HibernateException
-
-