Package org.apereo.cas.jpa
Interface JpaPersistenceProviderConfigurer
-
- All Superinterfaces:
org.springframework.core.Ordered
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface JpaPersistenceProviderConfigurer extends org.springframework.core.OrderedThis isJpaPersistenceProviderConfigurer.- Since:
- 6.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigure(JpaPersistenceProviderContext context)Gets managed entities.default intgetOrder()
-
-
-
Method Detail
-
configure
void configure(JpaPersistenceProviderContext context)
Gets managed entities.- Parameters:
context- the context
-
getOrder
default int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-