public abstract class HollowFactory<T>
extends java.lang.Object
Constructor and Description |
---|
HollowFactory() |
Modifier and Type | Method and Description |
---|---|
T |
newCachedHollowObject(HollowTypeDataAccess dataAccess,
HollowTypeAPI typeAPI,
int ordinal) |
abstract T |
newHollowObject(HollowTypeDataAccess dataAccess,
HollowTypeAPI typeAPI,
int ordinal) |
public abstract T newHollowObject(HollowTypeDataAccess dataAccess, HollowTypeAPI typeAPI, int ordinal)
public T newCachedHollowObject(HollowTypeDataAccess dataAccess, HollowTypeAPI typeAPI, int ordinal)