Package org.lightadmin.core.persistence.repository.event

Examples of org.lightadmin.core.persistence.repository.event.FileManipulationRepositoryEventListener


    }

    @Bean
    @Autowired
    public FileManipulationRepositoryEventListener domainRepositoryEventListener(GlobalAdministrationConfiguration configuration, FileResourceStorage fileResourceStorage) {
        return new FileManipulationRepositoryEventListener(configuration, fileResourceStorage);
    }
View Full Code Here

TOP

Related Classes of org.lightadmin.core.persistence.repository.event.FileManipulationRepositoryEventListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.