Uses of Class
org.broadleafcommerce.common.extensibility.jpa.copy.AbstractClassTransformer
Packages that use AbstractClassTransformer
Package
Description
-
Uses of AbstractClassTransformer in org.broadleafcommerce.common.extensibility.jpa.cache
Modifier and TypeClassDescriptionclassStrip the cache annotation from classes and the class fields -
Uses of AbstractClassTransformer in org.broadleafcommerce.common.extensibility.jpa.convert
Modifier and TypeClassDescriptionclassThisBroadleafClassTransformerchanges the name of the Table for an entity before Hibernate sees it.classThis class transformer will check to see if there is class that should have been loaded by theMergePersistenceUnitManager(meaning, it has an @Entity, @MappedSuperclass or @Embeddable annotation on it and will be inside of a persistence.xml). -
Uses of AbstractClassTransformer in org.broadleafcommerce.common.extensibility.jpa.convert.inheritance
-
Uses of AbstractClassTransformer in org.broadleafcommerce.common.extensibility.jpa.copy
Modifier and TypeClassDescriptionclassThe purpose of this class is to allow the conditional addition or removal of annotations to a target entity based on template class.classThis class transformer will copy fields, methods, and interface definitions from a source class to a target class, based on the xformTemplates map.classBased on a Spring property value resolving to a boolean, this ClassTransformer will optionally perform bytecode transformations.classStrip a candidate annotation from candidate classes and their fields.