Package org.hibernate.boot.cfgxml.spi
Interface CfgXmlAccessService
-
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
CfgXmlAccessServiceImpl
public interface CfgXmlAccessService extends Service
Allows access to anycfg.xml
files specified for bootstrapping.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOADED_CONFIG_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadedConfig
getAggregatedConfig()
-
-
-
Field Detail
-
LOADED_CONFIG_KEY
static final String LOADED_CONFIG_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAggregatedConfig
LoadedConfig getAggregatedConfig()
-
-