List of usage examples for org.hibernate.boot.model.naming ImplicitCollectionTableNameSource getOwningAttributePath
public AttributePath getOwningAttributePath();
From source file:com.evolveum.midpoint.repo.sql.util.MidPointImplicitNamingStrategy.java
License:Apache License
@Override public Identifier determineCollectionTableName(ImplicitCollectionTableNameSource source) { Identifier i = super.determineCollectionTableName(source); LOGGER.trace("determineCollectionTableName {} {} {} -> {}", source.getOwningEntityNaming(), source.getOwningPhysicalTableName(), source.getOwningAttributePath(), i); return i;/* w w w. jav a 2 s.com*/ }