HHH-3646 - make SessionFactoryHelper::getCollectionPropertyMapping public - it will be used later
This commit is contained in:
parent
b8230bd07d
commit
4ddaaa1deb
|
@ -231,7 +231,7 @@ public class SessionFactoryHelper {
|
|||
* @param role The collection role for which to retrieve the property mapping.
|
||||
* @return The property mapping.
|
||||
*/
|
||||
private PropertyMapping getCollectionPropertyMapping(String role) {
|
||||
public PropertyMapping getCollectionPropertyMapping(String role) {
|
||||
return ( PropertyMapping ) collectionPropertyMappingByRole.get( role );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue