Uses of Class
org.jooq.meta.jaxb.SyntheticDaoType
Packages that use SyntheticDaoType
-
Uses of SyntheticDaoType in org.jooq.meta
Methods in org.jooq.meta that return SyntheticDaoTypeModifier and TypeMethodDescriptionDefaultSyntheticDaoDefinition.getDao()SyntheticDaoDefinition.getDao()The dao configuration.Methods in org.jooq.meta that return types with arguments of type SyntheticDaoTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticDaos()Database.getConfiguredSyntheticDaos()Get the configured synthetic DAOs.Constructors in org.jooq.meta with parameters of type SyntheticDaoTypeModifierConstructorDescriptionDefaultSyntheticDaoDefinition(Database database, SchemaDefinition schema, SyntheticDaoType dao) -
Uses of SyntheticDaoType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticDaoTypeMethods in org.jooq.meta.jaxb that return SyntheticDaoTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticDaoType()Create an instance ofSyntheticDaoTypeSyntheticDaoType.withCatalog(String value) The defining catalog of the DAO.SyntheticDaoType.withComment(String value) The defining comment on the DAO.SyntheticDaoType.withMethods(Collection<SyntheticDaoMethodType> values) SyntheticDaoType.withMethods(List<SyntheticDaoMethodType> methods) SyntheticDaoType.withMethods(SyntheticDaoMethodType... values) The defining name of the DAO.SyntheticDaoType.withSchema(String value) The defining schema of the DAO.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticDaoTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticDaoTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type SyntheticDaoTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setDaos(List<SyntheticDaoType> daos) SyntheticObjectsType.withDaos(Collection<SyntheticDaoType> values) SyntheticObjectsType.withDaos(List<SyntheticDaoType> daos)