类org.hibernate.annotations.GeneratorType源码实例Demo

下面列出了怎么用org.hibernate.annotations.GeneratorType的API类实例代码及写法,或者点击链接到github查看源代码。

源代码1 项目: lams   文件: VmValueGeneration.java
@Override
public void initialize(GeneratorType annotation, Class<?> propertyType) {
	Class<? extends ValueGenerator<?>> generatorType = annotation.type();
	constructor = ReflectHelper.getDefaultConstructor( generatorType );
	this.generationTiming = annotation.when().getEquivalent();
}
 
 类所在包
 类方法
 同包方法