接口 LazyPropertyInitializer

    • 字段详细资料

      • UNFETCHED_PROPERTY

        static final Serializable UNFETCHED_PROPERTY
        Marker value for uninitialized properties.
    • 方法详细资料

      • initializeLazyProperty

        Object initializeLazyProperty​(String fieldName,
                                      Object entity,
                                      SharedSessionContractImplementor session)
        Initialize the property, and return its new value.
        参数:
        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.
        返回:
        ?