| Modifier and Type | Field and Description |
|---|---|
protected List<BroadleafClassTransformer> |
MergePersistenceUnitManager.classTransformers |
protected Set<BroadleafClassTransformer> |
MergePersistenceUnitManager.mergedClassTransformers |
| Modifier and Type | Method and Description |
|---|---|
List<BroadleafClassTransformer> |
MergePersistenceUnitManager.getClassTransformers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MergePersistenceUnitManager.setClassTransformers(List<BroadleafClassTransformer> classTransformers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BroadleafPersistenceUnitDeclaringClassTransformer
Allow a class transformer to explicitly declare which persistence unit it will influence
|
| Modifier and Type | Class and Description |
|---|---|
class |
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). |
class |
MaterializedClobTypeClassTransformer
Broadleaf defines the Hibernate type for Clob fields as
StringClobType. |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleTableInheritanceClassTransformer |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationsCopyClassTransformer
Deprecated.
do not use this class, use
DirectCopyClassTransformer instead |
class |
ConditionalFieldAnnotationsClassTransformer
The purpose of this class is to allow the conditional addition or removal of annotations to a target entity based on template class.
|
class |
DirectCopyClassTransformer
This class transformer will copy fields, methods, and interface definitions from a source class to a target class,
based on the xformTemplates map.
|
class |
NullClassTransformer
This class transformer will do nothing.
|
class |
OptionalDirectCopyClassTransformer
Based on a Spring property value resolving to a boolean, this ClassTransformer will optionally perform
bytecode transformations.
|
Copyright © 2018. All rights reserved.