Interface EntityRepresentationStrategy

    • Method Detail

      • getInstantiator

        EntityInstantiator getInstantiator()
        Create a delegate capable of instantiating instances of the represented type.
      • getProxyFactory

        ProxyFactory getProxyFactory()
        Create the delegate capable of producing proxies for the given entity
      • isLifecycleImplementor

        default boolean isLifecycleImplementor()
      • isBytecodeEnhanced

        default boolean isBytecodeEnhanced()
      • getProxyJavaType

        JavaType<?> getProxyJavaType()
      • getLoadJavaType

        default JavaType<?> getLoadJavaType()
        The Java type descriptor for the type returned when the entity is loaded