Top "Auto-generate" questions

The automation of the creation of classes, files, documentation, or anything else for which manual creation is costly.

How configure Intellij Idea javadoc templates?

I have some method: public int getSomeField() I want to generate javadoc like this: /** * Gets {someField} * * @return value of {someField} */ …

java intellij-idea javadoc auto-generate live-templates
Auto-generate an interface implementation in C#?

I know this is quite lazy but, is there any way on Visual C# 2010 Express to auto-generate an interface implementation? (…

c# visual-studio-express auto-generate
Generate db diagram from any sql statement

I'm using DBArtisan 8.5.5 and it has the ability to generate Database Diagrams using Build Query, it has a nice feature …

sql ide diagram auto-generate dbartisan
Generate C# Class Code for Table in Visual Studio

I have multiple tables in my Server Explore database file. I want to generate auto code of Classes for tables, …

c# class visual-studio-2010 auto-generate
Using sequence in MySQL and Hibernate

I'm working on a project that uses Hibernate and MySQL. I intend to use sequence to generate ID for all …

mysql hibernate sequence auto-generate
Python: How to solve the issue : 'badly formed hexadecimal UUID string' in Django

I have created 'post' model in which I included 'post_id' as the primary key field. When I am trying …

django django-models django-views auto-generate
Any reason to write the "private" keyword in C#?

As far as I know, private is the default everywhere in C# (meaning that if I don't write public, protected, …

c# private specifications access-modifiers auto-generate
How to annotate id so it's autoincrements without SEQUENCE table?

I have a trouble generating id's for new entities, i tried: @Id @GeneratedValue private Long myId; and @Id @GeneratedValue(generator="…

hibernate jpa sequence auto-generate
Sqlite insert into with unique names, getting id

I have a list of strings to insert into a db. They MUST be unique. When i insert i would …

sqlite unique identity auto-generate
Does anyone use Swagger Codegen or OpenAPI Generator SDKs in Production?

Swagger Code Generator can generate SDKs in many languages (listed below from the Github project page). Does anyone use any …

sdk swagger auto-generate swagger-codegen openapi-generator