Searched defs:PropertyGenerator (Results 1 – 3 of 3) 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
24 public class PropertyGenerator( class