Class StartupDomainLoader
java.lang.Object
org.apache.syncope.core.persistence.jpa.StartupDomainLoader
- All Implemented Interfaces:
SyncopeCoreLoader,Ordered
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DomainHolder<?> protected final DomainOpsprotected final DomainRegistry<JPADomain> protected static final Loggerprotected final PersistencePropertiesprotected final ResourceLoaderFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionStartupDomainLoader(DomainOps domainOps, DomainHolder<?> domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry<JPADomain> domainRegistry) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoader
load, unload, unload
-
Field Details
-
LOG
-
domainOps
-
domainHolder
-
persistenceProperties
-
resourceLoader
-
domainRegistry
-
-
Constructor Details
-
StartupDomainLoader
public StartupDomainLoader(DomainOps domainOps, DomainHolder<?> domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry<JPADomain> domainRegistry)
-
-
Method Details
-
getOrder
public int getOrder() -
load
public void load()Description copied from interface:SyncopeCoreLoaderPerform generic (not related to any domain) init operations.- Specified by:
loadin interfaceSyncopeCoreLoader
-