List of usage examples for org.hibernate.boot.model.naming ImplicitCollectionTableNameSource getOwningPhysicalTableName
public Identifier getOwningPhysicalTableName();
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 ww . j av a2 s . c o m }