Package | Description |
---|---|
org.broadleafcommerce.common.extensibility.jpa |
Modifier and Type | Field and Description |
---|---|
protected List<ORMConfigDto> |
ORMConfigPersistenceUnitPostProcessor.configs |
Modifier and Type | Method and Description |
---|---|
ORMConfigDto |
ORMConfigDto.addClassName(String className)
Adds the given class name o the persistence unit.
|
ORMConfigDto |
ORMConfigDto.addMappingFile(String mappingFile)
Adds the given mapping file to the persistence unit
|
ORMConfigDto |
ORMConfigDto.setClassNames(List<String> classNames) |
ORMConfigDto |
ORMConfigDto.setMappingFiles(List<String> mappingFiles) |
Copyright © 2022. All rights reserved.