Uses of Interface
org.apache.openjpa.kernel.FillStrategy
Packages that use FillStrategy
-
Uses of FillStrategy in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement FillStrategyModifier and TypeClassDescriptionstatic class
Fills an array of given type.static class
Populate an instance by simply assigning the 0-th element of the input values.static class
Create and populate a bean by invoking setter methods identified by alias name with each array element value as argument.static class
Populate an instance created by given factory using a given put(key,value) method.static class
Construct and populate an instance by invoking the put method with each alias as key and element of the given array of values.static class
Construct and populate an instance by the given constructor and arguments.Methods in org.apache.openjpa.kernel that return FillStrategyMethods in org.apache.openjpa.kernel with parameters of type FillStrategyModifier and TypeMethodDescription<X> ResultShape<X>
ResultShape.nest
(Class<X> cls, FillStrategy strategy, Class<?>... classes) Creates a new shape of type X with the given class arguments and nests the new shape within this shape.Constructors in org.apache.openjpa.kernel with parameters of type FillStrategyModifierConstructorDescriptionResultShape
(Class<T> cls, FillStrategy<T> strategy) Construct a non-primitive shape with the given fill strategy.ResultShape
(Class<T> cls, FillStrategy<T> strategy, boolean primitive) Construct a shape with the given fill strategy.