Searched defs:fw (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/
H A DHasFetchedWith.java60 public void setFetchedWith(FetchedWith fw); argument
H A DMappingFile.java427 FetchedWith fw = new FetchedWith();
430 fw.setNamedGroup(key);
433 fw.setDefault(true);
436 fw.setLevel(fgVal-1);
439 fw.setNone(true);
441 cfm.setFetchedWith(fw);
758 FetchedWith fw = mapForOneField.getFetchedWith();
759 setFetchGroup(fw, mfe, beanName, fieldMappedToABlob);
1827 * @param fw An object having fetch group level information
1835 private void setFetchGroup(FetchedWith fw, MappingFieldElemen argument
[all...]
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jar ... .io.File inputfile java.io.FileWriter fw String filecontent java.io.FileNotFoundException fnfe Exception ex ...

Completed in 69 milliseconds