org.apache.openjpa.kernel
Class FillStrategy.Bean<T>
java.lang.Object
   org.apache.openjpa.kernel.FillStrategy.Bean<T>
org.apache.openjpa.kernel.FillStrategy.Bean<T>
- All Implemented Interfaces: 
- FillStrategy<T>
- Enclosing interface:
- FillStrategy<T>
- public static class FillStrategy.Bean<T> 
- extends Object- implements FillStrategy<T>
Create and populate a bean by invoking setter methods identified by alias name with each array
 element value as argument.
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FillStrategy.Bean
public FillStrategy.Bean(Class<T> cls)
fill
public T fill(Object[] values,
              Class<?>[] types,
              String[] aliases)
- 
- Specified by:
- fillin interface- FillStrategy<T>
 
- 
 
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.