Class BinaryStorer.Eager

    • Constructor Detail

      • Eager

        public Eager()
    • Method Detail

      • apply

        public final <T> long apply​(T instance)
        Description copied from interface: PersistenceStoreHandler
        The "natural" way of handling an instance as defined by the implementation.
        Specified by:
        apply in interface PersistenceFunction
        Specified by:
        apply in interface PersistenceStoreHandler
        Overrides:
        apply in class BinaryStorer.Default
        Parameters:
        instance - the instance to which the function shall be applied.
        Returns:
        the object ID (OID) that is associated with the passed instance.