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

org.hibernate.examples.model.ValueObject Maven / Gradle / Ivy

The newest version!
package org.hibernate.examples.model;

import java.io.Serializable;

/**
 * org.hibernate.examples.model.ValueObject
 *
 * @author 배성혁 [email protected]
 * @since 2013. 11. 27. 오후 2:38
 */
public interface ValueObject extends Serializable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy