Class StartupDomainLoader
- java.lang.Object
- 
- org.apache.syncope.core.persistence.jpa.StartupDomainLoader
 
- 
- All Implemented Interfaces:
- SyncopeCoreLoader,- Ordered
 
 public class StartupDomainLoader extends Object implements SyncopeCoreLoader 
- 
- 
Field SummaryFields Modifier and Type Field Description protected DomainHolderdomainHolderprotected DomainOpsdomainOpsprotected DomainRegistrydomainRegistryprotected static LoggerLOGprotected PersistencePropertiespersistencePropertiesprotected ResourceLoaderresourceLoader- 
Fields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
- 
 - 
Constructor SummaryConstructors Constructor Description StartupDomainLoader(DomainOps domainOps, DomainHolder domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry domainRegistry)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOrder()voidload()Perform generic (not related to any domain) init operations.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.syncope.core.persistence.api.SyncopeCoreLoaderload, unload, unload
 
- 
 
- 
- 
- 
Field Detail- 
LOGprotected static final Logger LOG 
 - 
domainOpsprotected final DomainOps domainOps 
 - 
domainHolderprotected final DomainHolder domainHolder 
 - 
persistencePropertiesprotected final PersistenceProperties persistenceProperties 
 - 
resourceLoaderprotected final ResourceLoader resourceLoader 
 - 
domainRegistryprotected final DomainRegistry domainRegistry 
 
- 
 - 
Constructor Detail- 
StartupDomainLoaderpublic StartupDomainLoader(DomainOps domainOps, DomainHolder domainHolder, PersistenceProperties persistenceProperties, ResourceLoader resourceLoader, DomainRegistry domainRegistry) 
 
- 
 - 
Method Detail- 
loadpublic void load() Description copied from interface:SyncopeCoreLoaderPerform generic (not related to any domain) init operations.- Specified by:
- loadin interface- SyncopeCoreLoader
 
 
- 
 
-