Skip to content

Instantly share code, notes, and snippets.

@jklingsporn
Created August 28, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jklingsporn/81de33d73e0d75e6f9b90f99e6a229a9 to your computer and use it in GitHub Desktop.
Save jklingsporn/81de33d73e0d75e6f9b90f99e6a229a9 to your computer and use it in GitHub Desktop.
ClassicAsInDBGeneratorStrategy
public class ClassicAsInDBGeneratorStrategy extends ClassicGeneratorStrategy {
@Override
public String getJsonKeyName(TypedElementDefinition<?> column) {
return column.getName();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment