Package net.sf.joafip.store.entity.objectio

Examples of net.sf.joafip.store.entity.objectio.EnumObjectInput.ordinal()


        throw new ObjectIOException(exception);
      }
      // ASSERTX
      assert !EnumObjectInput.OBJECT_INPUT_SPECIFIC
          .equals(enumObjectInput) : "no default object io for specific io";
      objectInput = objectInputs[enumObjectInput.ordinal()];
      // ASSERTX
      assert enumObjectInput.isLazy() == objectInput.isLazy() : "lazy mode mismatch";
    }
    return objectInput;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.