public class MongoDBPropertyHelper extends ParserPropertyHelper 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 |
convertToBackendType(String entityType,
List<String> propertyPath,
Object value) |
String |
getColumnName(Class<?> entityType,
List<String> propertyName) |
String |
getColumnName(OgmEntityPersister persister,
List<String> propertyPath) |
String |
getColumnName(String entityType,
List<String> propertyPath) |
protected org.hibernate.type.Type |
getPropertyType(String entityType,
List<String> propertyPath) |
convertToPropertyType, findAssociationPath, getColumn, getPersister, getSessionFactory, isAssociation, isElementCollection, isEmbeddedProperty, isNestedProperty, isSimplePropertypublic MongoDBPropertyHelper(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.hql.ast.spi.EntityNamesResolver entityNames)
protected org.hibernate.type.Type getPropertyType(String entityType, List<String> propertyPath)
getPropertyType in class ParserPropertyHelperpublic Object convertToBackendType(String entityType, List<String> propertyPath, Object value)
convertToBackendType in interface org.hibernate.hql.ast.spi.PropertyHelperconvertToBackendType in class ParserPropertyHelperpublic String getColumnName(OgmEntityPersister persister, List<String> propertyPath)
Copyright © 2010–2017 Hibernate. All rights reserved.