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

javaee.module.backend.entities.status.AbstractStatusHelperParent_1 Maven / Gradle / Ivy

The newest version!
package javaee.module.backend.entities.status;

import javax.persistence.Column;
import javax.persistence.MappedSuperclass;

import javaee.module.backend.entities.entity.AbstractEntityHelper;

@MappedSuperclass
abstract class AbstractStatusHelperParent_1 extends AbstractEntityHelper {

	@Column( name = "STATUS", length = 30, nullable = false )
	protected String status;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy