Package 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 java.lang.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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.openjpa.kernel.FillStrategy
FillStrategy.Array<T>, FillStrategy.Assign<T>, FillStrategy.Bean<T>, FillStrategy.Factory<T>, FillStrategy.Map<T>, FillStrategy.NewInstance<T>
-
-
Field Summary
-
Fields inherited from interface org.apache.openjpa.kernel.FillStrategy
_loc
-
-
Constructor Summary
Constructors Constructor Description Map(java.lang.reflect.Method put)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
fill(java.lang.Object[] values, java.lang.Class<?>[] types, java.lang.String[] aliases)
-
-
-
Method Detail
-
fill
public T fill(java.lang.Object[] values, java.lang.Class<?>[] types, java.lang.String[] aliases)
- Specified by:
fill
in interfaceFillStrategy<T>
-
-