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

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

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

/**
 * Hibernate, JPA 용 엔티티의 기본 인터페이스
 *
 * @author 배성혁 [email protected]
 * @since 2013. 11. 27. 오후 2:36
 */
public interface HibernateEntity extends PersistentObject {

    /**
     * Entity의 Identifier 값을 반환합니다.
     *
     * @return Identifier value
     */
    TId getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy