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

org.hibernate.mapping.TableOwner Maven / Gradle / Ivy

There is a newer version: 3.6.0.Beta2
Show newest version
//$Id: TableOwner.java 4646 2004-10-06 23:24:14Z epbernard $
package org.hibernate.mapping;

/**
 * Interface allowing to differenciate SubClasses
 * from Classes, JoinedSubClasses and UnionSubClasses
 * The first one has not its own table while the others have
 * 
 * @author Emmanuel Bernard
 */
public interface TableOwner {
	void setTable(Table table);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy