org.hibernate.ogm.util.impl
Class LogicalPhysicalConverterHelper
java.lang.Object
org.hibernate.ogm.util.impl.LogicalPhysicalConverterHelper
public class LogicalPhysicalConverterHelper
- extends Object
Helper methods to convert an object value into its column values
- Author:
- Emmanuel Bernard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalPhysicalConverterHelper
public LogicalPhysicalConverterHelper()
getColumnValuesFromResultset
public static Object[] getColumnValuesFromResultset(Map<String,Object> resultset,
String[] propertyColumnNames)
getColumnsValuesFromObjectValue
public static Object[] getColumnsValuesFromObjectValue(Object uniqueKey,
GridType gridUniqueKeyType,
String[] propertyColumnNames,
SessionImplementor session)
Copyright © 2010-2011 Red Hat Middleware, LLC, Emmanuel Bernard and various contributors. All Rights Reserved