Uses of Class
org.jooq.meta.jaxb.SyntheticDaoMethodType
Packages that use SyntheticDaoMethodType
-
Uses of SyntheticDaoMethodType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticDaoMethodTypeMethods in org.jooq.meta.jaxb that return SyntheticDaoMethodTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticDaoMethodType()Create an instance ofSyntheticDaoMethodTypeSyntheticDaoMethodType.withComment(String value) The defining comment on the DAO method.The defining name of the DAO method.SyntheticDaoMethodType.withReturnType(String value) The return type of the DAO method, defaulting tovoid.The defining SQL query.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticDaoMethodTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticDaoMethodTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type SyntheticDaoMethodTypeModifier and TypeMethodDescriptionvoidSyntheticDaoType.setMethods(List<SyntheticDaoMethodType> methods) SyntheticDaoType.withMethods(Collection<SyntheticDaoMethodType> values) SyntheticDaoType.withMethods(List<SyntheticDaoMethodType> methods)