List of usage examples for org.hibernate.type EntityType getName
@Override
public String getName()
From source file:com.qcadoo.model.internal.HibernateServiceImpl.java
License:Open Source License
private InternalDataDefinition resolveDataDefinitionFromEntityType(final EntityType entityType) { return resolveDataDefinitionFromClassType(entityType.getName()); }