Uses of Class
org.broadleafcommerce.common.extensibility.jpa.ORMConfigDto
Packages that use ORMConfigDto
-
Uses of ORMConfigDto in org.broadleafcommerce.common.extensibility.jpa
Fields in org.broadleafcommerce.common.extensibility.jpa with type parameters of type ORMConfigDtoModifier and TypeFieldDescriptionprotected List<ORMConfigDto>
ORMConfigPersistenceUnitPostProcessor.configs
Methods in org.broadleafcommerce.common.extensibility.jpa that return ORMConfigDtoModifier and TypeMethodDescriptionORMConfigDto.addClassName
(String className) Adds the given class name o the persistence unit.ORMConfigDto.addMappingFile
(String mappingFile) Adds the given mapping file to the persistence unitORMConfigDto.setClassNames
(List<String> classNames) ORMConfigDto.setMappingFiles
(List<String> mappingFiles)