- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {SimpleDateFormat s =
String pattern;new SimpleDateFormat(pattern)
String template;Locale locale;new SimpleDateFormat(template, locale)
new SimpleDateFormat()
- Smart code suggestions by Codota
}
/** * Alternative constructor usable only for in-memory (ie. non-persistent) * datastores, because the datastore will not be able to create new * connections. * * @param name * @param dc */ public JdbcDatastore(final String name, final UpdateableDataContext dc) { this(name, null, null, null, null, null, false, null, null); setDataContextProvider(new UpdateableDatastoreConnectionImpl<>(dc, this)); }