Package net.sf.joafip.entity

Examples of net.sf.joafip.entity.FilePersistencePropertyEntry


          + substitudeAndSynchro);
    }
    final String substituteClassName = strings[0];
    final String synchronizerClassName = strings[1];
    filePersistenceProperties.getSubstitutionSet().add(
        new FilePersistencePropertyEntry(new String[] {
            toSubstituteClassName, substituteClassName,
            synchronizerClassName }));
  }
View Full Code Here


  private void addObjectIo(
      final FilePersistenceProperties filePersistenceProperties,
      final String className, final String objectInputClassName,
      final String objectOutputClassName) {
    filePersistenceProperties.getObjectIoSet().add(
        new FilePersistencePropertyEntry(new String[] { className,
            objectInputClassName, objectOutputClassName }));
  }
View Full Code Here

TOP

Related Classes of net.sf.joafip.entity.FilePersistencePropertyEntry

Copyright © 2018 www.massapicom. 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.