Class AbstractSerializableProxy

    • Method Detail

      • getEntityName

        protected String getEntityName()
      • getId

        protected Object getId()
      • setReadOnlyBeforeAttachedToSession

        @Deprecated
        protected void setReadOnlyBeforeAttachedToSession​(AbstractLazyInitializer li)
        Set the read-only/modifiable setting from this object in an AbstractLazyInitializer. This method should only be called during deserialization, before associating the AbstractLazyInitializer with a session.
        Parameters:
        li - the read-only/modifiable setting to use when associated with a session; null indicates that the default should be used.
        Throws:
        IllegalStateException - if isReadOnlySettingAvailable() == true