Interface EntityInstantiator

All Superinterfaces:
Instantiator
All Known Implementing Classes:
AbstractEntityInstantiatorPojo, EntityInstantiatorDynamicMap, EntityInstantiatorPojoOptimized, EntityInstantiatorPojoStandard

public interface EntityInstantiator extends Instantiator
Contract for instantiating entity values
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Can this entity be instantiated?
    Create an instance of managed entity

    Methods inherited from interface org.hibernate.metamodel.spi.Instantiator

    isInstance, isSameClass
  • Method Details

    • instantiate

      Object instantiate()
      Create an instance of managed entity
    • canBeInstantiated

      default boolean canBeInstantiated()
      Can this entity be instantiated?