Class InjectingEntityTuplizerFactory

java.lang.Object
org.hibernate.tuple.entity.EntityTuplizerFactory
ch.tocco.nice2.persist.core.impl.hibernate.InjectingEntityTuplizerFactory
All Implemented Interfaces:
Serializable

public class InjectingEntityTuplizerFactory extends org.hibernate.tuple.entity.EntityTuplizerFactory
An EntityTuplizerFactory that injects beans into the created EntityTuplizer instance if a matching setter method is found.
See Also:
  • Field Summary

    Fields inherited from class org.hibernate.tuple.entity.EntityTuplizerFactory

    ENTITY_TUP_CTOR_SIG
  • Constructor Summary

    Constructors
    Constructor
    Description
    InjectingEntityTuplizerFactory(org.hibernate.boot.registry.StandardServiceRegistry standardServiceRegistry, Map<Class,Object> services, boolean eagerInitialization)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.tuple.entity.EntityTuplizer
    constructTuplizer(Class<? extends org.hibernate.tuple.entity.EntityTuplizer> tuplizerClass, org.hibernate.tuple.entity.EntityMetamodel metamodel, org.hibernate.mapping.PersistentClass persistentClass)
     

    Methods inherited from class org.hibernate.tuple.entity.EntityTuplizerFactory

    constructDefaultTuplizer, constructTuplizer, registerDefaultTuplizerClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InjectingEntityTuplizerFactory

      public InjectingEntityTuplizerFactory(org.hibernate.boot.registry.StandardServiceRegistry standardServiceRegistry, Map<Class,Object> services, boolean eagerInitialization)
  • Method Details

    • constructTuplizer

      public org.hibernate.tuple.entity.EntityTuplizer constructTuplizer(Class<? extends org.hibernate.tuple.entity.EntityTuplizer> tuplizerClass, org.hibernate.tuple.entity.EntityMetamodel metamodel, org.hibernate.mapping.PersistentClass persistentClass)
      Overrides:
      constructTuplizer in class org.hibernate.tuple.entity.EntityTuplizerFactory