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

org.hibernate.cache.entry.CacheEntryStructure Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
//$Id: CacheEntryStructure.java 5707 2005-02-13 12:47:01Z oneovthafew $
package org.hibernate.cache.entry;

import org.hibernate.engine.SessionFactoryImplementor;



/**
 * @author Gavin King
 */
public interface CacheEntryStructure {
	public Object structure(Object item);
	public Object destructure(Object map, SessionFactoryImplementor factory);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy