Interface LazyPropertyInitializer

    • Field Detail

      • UNFETCHED_PROPERTY

        static final java.io.Serializable UNFETCHED_PROPERTY
        Marker value for uninitialized properties.
    • Method Detail

      • initializeLazyProperty

        java.lang.Object initializeLazyProperty​(java.lang.String fieldName,
                                                java.lang.Object entity,
                                                SharedSessionContractImplementor session)
        Initialize the property, and return its new value.
        Parameters:
        fieldName - The name of the field being initialized
        entity - The entity on which the initialization is occurring
        session - The session from which the initialization originated.
        Returns:
        ?