Uses of Class
cz.cvut.kbss.jopa.model.metamodel.gen.PersistentPropertyMatcher
Packages that use PersistentPropertyMatcher
-
Uses of PersistentPropertyMatcher in cz.cvut.kbss.jopa.model.metamodel.gen
Subclasses of PersistentPropertyMatcher in cz.cvut.kbss.jopa.model.metamodel.genModifier and TypeClassDescriptionclass
PersistentPropertySetterMatcher<T extends net.bytebuddy.description.method.MethodDescription>
Matches only persistent attribute setters. -
Uses of PersistentPropertyMatcher in cz.cvut.kbss.jopa.proxy.lazy.gen
Subclasses of PersistentPropertyMatcher in cz.cvut.kbss.jopa.proxy.lazy.genModifier and TypeClassDescriptionclass
PersistentPropertyGetterMatcher<T extends net.bytebuddy.description.method.MethodDescription>
Matches only persistent field getters.