316317318319320321322
public static ResultAccessor getReflectionMapping(final Object recordObj) throws HBqlException { if (recordObj == null) return null; return new ReflectionResultAccessor(recordObj); }