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

miaogithub.yt_mybatis.2.0.6.source-code.Bean.vm Maven / Gradle / Ivy

package ${modulePackage}.domain;

import com.github.yt.mybatis.domain.BaseEntity;
import org.hibernate.validator.constraints.NotEmpty;
import org.hibernate.validator.constraints.Length;


##@JsonSerialize(include= JsonSerialize.Inclusion.NON_NULL)
@javax.persistence.Table(name = "${tableName}")
public class ${className} extends BaseEntity<${className}>{
	${feilds}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy