public class MongoDBPropertyHelper extends Object implements org.hibernate.hql.ast.spi.PropertyHelper
| Constructor and Description |
|---|
MongoDBPropertyHelper(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.hql.ast.spi.EntityNamesResolver entityNames) |
| Modifier and Type | Method and Description |
|---|---|
Object |
convertToPropertyType(String entityType,
List<String> propertyPath,
String value) |
String |
getColumnName(Class<?> entityType,
String propertyName) |
String |
getColumnName(OgmEntityPersister persister,
String propertyName) |
String |
getColumnName(String entityType,
String propertyName) |
boolean |
isEmbedddedProperty(String targetTypeName,
org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath propertyPath) |
public MongoDBPropertyHelper(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.hql.ast.spi.EntityNamesResolver entityNames)
public Object convertToPropertyType(String entityType, List<String> propertyPath, String value)
convertToPropertyType in interface org.hibernate.hql.ast.spi.PropertyHelperpublic String getColumnName(OgmEntityPersister persister, String propertyName)
public boolean isEmbedddedProperty(String targetTypeName, org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath propertyPath)
Copyright © 2010-2014 Hibernate. All Rights Reserved.