Searched defs:PropertyGenerator (Results 1 – 2 of 2) sorted by relevance
28 public class PropertyGenerator extends NodeGenerator { class33 public PropertyGenerator(SourceRoot sourceRoot) { in PropertyGenerator() method in PropertyGenerator
72 public abstract static class PropertyGenerator extends Base<Object> { class in ObjectIdGenerators75 protected PropertyGenerator(Class<?> scope) { super(scope); } in PropertyGenerator() method in ObjectIdGenerators.PropertyGenerator