| Interface | Description | 
|---|---|
| BroadleafClassTransformer | |
| BroadleafPersistenceUnitDeclaringClassTransformer | Allow a class transformer to explicitly declare which persistence unit it will influence | 
| Class | Description | 
|---|---|
| AlterTableNameClassTransformer | This  BroadleafClassTransformerchanges the name of the Table for an
 entity before Hibernate sees it. | 
| EntityMarkerClassTransformer | 
 This class transformer will check to see if there is class that should have been loaded by the  MergePersistenceUnitManager(meaning, it has an @Entity, @MappedSuperclass or @Embeddable annotation on it and will be inside of a persistence.xml). | 
| MaterializedClobTypeClassTransformer | Broadleaf defines the Hibernate type for Clob fields as  StringClobType. | 
Copyright © 2020. All rights reserved.