Uses of Interface
it.tidalwave.role.spi.SystemRoleFactoryProvider
-
Packages that use SystemRoleFactoryProvider Package Description it.tidalwave.role.spring.spi it.tidalwave.thesefoolishthings.examples.jpafinderexample -
-
Uses of SystemRoleFactoryProvider in it.tidalwave.role.spring.spi
Classes in it.tidalwave.role.spring.spi that implement SystemRoleFactoryProvider Modifier and Type Class Description class
SpringSystemRoleFactoryProvider
Since the whole library must be independent of Spring or any other DI framework, theSystemRoleFactory
is always retrieved by means ofSystemRoleFactoryProvider
that, in turn, searches for aMETA-INF/services
registered class. -
Uses of SystemRoleFactoryProvider in it.tidalwave.thesefoolishthings.examples.jpafinderexample
Classes in it.tidalwave.thesefoolishthings.examples.jpafinderexample that implement SystemRoleFactoryProvider Modifier and Type Class Description class
HardwiredSystemRoleFactoryProvider
-