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

org.jadira.usertype.spi.shared.DatabaseZoneConfigured Maven / Gradle / Ivy

package org.jadira.usertype.spi.shared;

/**
 * @author Chris
 * @param  Type representing the database zone
 */
public interface DatabaseZoneConfigured {

	void setDatabaseZone(T databaseZone);

	T parseZone(String zoneString);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy