Skip to content

Instantly share code, notes, and snippets.

@cuongld2
Created March 18, 2020 03:41
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 cuongld2/19f0f276f2860a4b0b2fcbb451de9363 to your computer and use it in GitHub Desktop.
Save cuongld2/19f0f276f2860a4b0b2fcbb451de9363 to your computer and use it in GitHub Desktop.
Blog abstract connect
package common.db.blog;
import common.db.Base;
import common.db.HibernateEdition;
public abstract class Blog {
private Base base = new Base();
protected static HibernateEdition blogDbConnect = new HibernateEdition(
"db/hibernate-blogdb.cfg.xml");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment