Class AssignedOrUuidGenerator

java.lang.Object
org.hibernate.id.UUIDGenerator
com.broadleafcommerce.billing.common.provider.jpa.id.AssignedOrUuidGenerator
All Implemented Interfaces:
Serializable, org.hibernate.boot.model.relational.ExportableProducer, org.hibernate.generator.BeforeExecutionGenerator, org.hibernate.generator.Generator, org.hibernate.id.Configurable, org.hibernate.id.factory.spi.StandardGenerator, org.hibernate.id.IdentifierGenerator

@Deprecated(since="1.0.0") public class AssignedOrUuidGenerator extends org.hibernate.id.UUIDGenerator
Deprecated.
The system generally expects to programmatically assign ids
See Also:
  • Field Summary

    Fields inherited from class org.hibernate.id.UUIDGenerator

    UUID_GEN_STRATEGY, UUID_GEN_STRATEGY_CLASS

    Fields inherited from interface org.hibernate.id.IdentifierGenerator

    CONTRIBUTOR_NAME, ENTITY_NAME, GENERATOR_NAME, JPA_ENTITY_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object)
    Deprecated.
     

    Methods inherited from class org.hibernate.id.UUIDGenerator

    configure

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.generator.BeforeExecutionGenerator

    generatedOnExecution

    Methods inherited from interface org.hibernate.generator.Generator

    generatesOnInsert, generatesOnUpdate, generatesSometimes

    Methods inherited from interface org.hibernate.id.IdentifierGenerator

    generate, getEventTypes, initialize, registerExportables, supportsJdbcBatchInserts
  • Constructor Details

    • AssignedOrUuidGenerator

      public AssignedOrUuidGenerator()
      Deprecated.
  • Method Details

    • generate

      public Object generate(org.hibernate.engine.spi.SharedSessionContractImplementor session, Object object) throws org.hibernate.HibernateException
      Deprecated.
      Specified by:
      generate in interface org.hibernate.id.IdentifierGenerator
      Overrides:
      generate in class org.hibernate.id.UUIDGenerator
      Throws:
      org.hibernate.HibernateException