persistence.guiced-persistence-hibernateproperties-reader.1.0.1.4-jre13.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guiced-persistence-hibernateproperties-reader Show documentation
Show all versions of guiced-persistence-hibernateproperties-reader Show documentation
Reads and Configures Hibernate Properties programmatically and replaces the values in the persistence properties.
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