org.apache.openjpa.kernel
Class FillStrategy.Array<T>
java.lang.Object
org.apache.openjpa.kernel.FillStrategy.Array<T>
- Type Parameters:
T
- must be an array type.
- All Implemented Interfaces:
- FillStrategy<T>
- Enclosing interface:
- FillStrategy<T>
public static class FillStrategy.Array<T>
- extends Object
- implements FillStrategy<T>
Fills an array of given type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillStrategy.Array
public FillStrategy.Array(Class<T> arrayCls)
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.