All Downloads are FREE. Search and download functionalities are using the official Maven repository.

persistence.guiced-persistence-hibernateproperties-reader.1.0.1.4-jre13.source-code.module-info Maven / Gradle / Ivy

Go to download

Reads and Configures Hibernate Properties programmatically and replaces the values in the persistence properties.

There is a newer version: 62
Show newest version
module com.guicedee.guicedpersistence.readers.hibernateproperties {
	requires com.guicedee.guicedpersistence;
	requires com.guicedee.guicedinjection;
	requires java.validation;

	exports com.guicedee.guicedpersistence.readers.hibernateproperties;

	provides com.guicedee.guicedpersistence.services.IPropertiesConnectionInfoReader with com.guicedee.guicedpersistence.readers.hibernateproperties.HibernateDefaultConnectionBaseBuilder;
	provides com.guicedee.guicedpersistence.services.IPropertiesEntityManagerReader with com.guicedee.guicedpersistence.readers.hibernateproperties.HibernateEntityManagerProperties;

	provides com.guicedee.guicedinjection.interfaces.IGuiceScanJarExclusions with com.guicedee.guicedpersistence.readers.hibernateproperties.HibernateModuleExclusions;
	provides com.guicedee.guicedinjection.interfaces.IGuiceScanModuleExclusions with com.guicedee.guicedpersistence.readers.hibernateproperties.HibernateModuleExclusions;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy