org.apache.openjpa.kernel
Class FillStrategy.Map<T>
java.lang.Object
org.apache.openjpa.kernel.FillStrategy.Map<T>
- All Implemented Interfaces:
- FillStrategy<T>
- Enclosing interface:
- FillStrategy<T>
public static class FillStrategy.Map<T>
- extends Object
- implements FillStrategy<T>
Construct and populate an instance by invoking the put method
with each alias as key and element of the given array of values.
The instance is a created by the no-argument constructor of the declaring class of the given method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillStrategy.Map
public FillStrategy.Map(Method put)
fill
public T fill(Object[] values,
Class<?>[] types,
String[] aliases)
- Specified by:
fill
in interface FillStrategy<T>
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.