Uses of Interface
it.tidalwave.role.spi.SystemRoleFactory
-
Packages that use SystemRoleFactory Package Description it.tidalwave.role.spi it.tidalwave.role.spring it.tidalwave.role.spring.spi it.tidalwave.thesefoolishthings.examples.jpafinderexample -
-
Uses of SystemRoleFactory in it.tidalwave.role.spi
Classes in it.tidalwave.role.spi that implement SystemRoleFactory Modifier and Type Class Description class
SystemRoleFactorySupport
A basic implementation of aSystemRoleFactory
.Methods in it.tidalwave.role.spi that return SystemRoleFactory Modifier and Type Method Description static SystemRoleFactory
SystemRoleFactory. getInstance()
SystemRoleFactory
SystemRoleFactoryProvider. getSystemRoleFactory()
Methods in it.tidalwave.role.spi with parameters of type SystemRoleFactory Modifier and Type Method Description static void
SystemRoleFactory. set(SystemRoleFactory systemRoleFactory)
Installs aSystemRoleFactory
. -
Uses of SystemRoleFactory in it.tidalwave.role.spring
Methods in it.tidalwave.role.spring that return SystemRoleFactory Modifier and Type Method Description SystemRoleFactory
RoleSpringConfiguration. roleManager()
-
Uses of SystemRoleFactory in it.tidalwave.role.spring.spi
Classes in it.tidalwave.role.spring.spi that implement SystemRoleFactory Modifier and Type Class Description class
AnnotationSpringSystemRoleFactory
A specialization ofSystemRoleFactorySupport
for a Spring context that uses annotations (DciRole
andDciContext
) for retrieving role metadata and is capable to inject Spring beans into created roles.Methods in it.tidalwave.role.spring.spi that return SystemRoleFactory Modifier and Type Method Description SystemRoleFactory
SpringSystemRoleFactoryProvider. getSystemRoleFactory()
-
Uses of SystemRoleFactory in it.tidalwave.thesefoolishthings.examples.jpafinderexample
Methods in it.tidalwave.thesefoolishthings.examples.jpafinderexample that return SystemRoleFactory Modifier and Type Method Description SystemRoleFactory
HardwiredSystemRoleFactoryProvider. getSystemRoleFactory()
-