Package org.dspace.content
Class PredefinedUUIDGenerator
- java.lang.Object
-
- org.hibernate.id.UUIDGenerator
-
- org.dspace.content.PredefinedUUIDGenerator
-
- All Implemented Interfaces:
org.hibernate.boot.model.relational.ExportableProducer,org.hibernate.id.Configurable,org.hibernate.id.IdentifierGenerator
public class PredefinedUUIDGenerator extends org.hibernate.id.UUIDGeneratorAllows DSpaceObjects to provide a pre-determined UUID- Author:
- April Herron
-
-
Constructor Summary
Constructors Constructor Description PredefinedUUIDGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializablegenerate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)-
Methods inherited from class org.hibernate.id.UUIDGenerator
buildSessionFactoryUniqueIdentifierGenerator, configure
-
-
-
-
Method Detail
-
generate
public Serializable generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)
- Specified by:
generatein interfaceorg.hibernate.id.IdentifierGenerator- Overrides:
generatein classorg.hibernate.id.UUIDGenerator
-
-