org.apache.openjpa.kernel
Class FillStrategy.Assign<T>
java.lang.Object
org.apache.openjpa.kernel.FillStrategy.Assign<T>
- All Implemented Interfaces:
- FillStrategy<T>
- Enclosing interface:
- FillStrategy<T>
public static class FillStrategy.Assign<T>
- extends Object
- implements FillStrategy<T>
Populate an instance by simply assigning the 0-th element of the input values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillStrategy.Assign
public FillStrategy.Assign()
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.