类 JpaFieldAnnotationFeature
java.lang.Object
com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
com.github.hetianyi.plugins.generator.pojo.generator.feature.extend.jpa.JpaFieldAnnotationFeature
- 所有已实现的接口:
Feature
特性:为字段添加Jpa字段的注解
可能包含
@javax.persistence.Column
@javax.persistence.Id
@javax.persistence.GeneratedValue
@javax.persistence.GenerationType
@org.hibernate.annotations.GenericGenerator
- 作者:
- Jason He
-
嵌套类概要
从类继承的嵌套类/接口 com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
CustomFeature.InsertLocation -
字段概要
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.github.hetianyi.plugins.generator.pojo.generator.feature.CustomFeature
apply
-
构造器详细资料
-
JpaFieldAnnotationFeature
public JpaFieldAnnotationFeature()
-