Java org.hibernate.persister.entity PropertyMapping fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.persister.entity PropertyMapping fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.persister.entity PropertyMapping.

The text is from its open source code.

Method

String[]toColumns(String propertyName)
Given a property path, return the corresponding column name(s).
String[]toColumns(String alias, String propertyName)
Obtain aliased column/formula fragments for the specified property path.