Tag: databases
Questions Related to databases
-
LSNRCTL
-
PWDMOD
-
SVRMGRL
-
ORAPWD
-
SHARED
-
EXCLUSIVE
-
NONE
-
All the Above
-
V$database
-
V$parameter
-
V$parameter2
-
v$instance
-
ALL_SYS_PRIVS
-
USER_SYS_PRIVS
-
ALL_ROLE_PRIVS
-
USER_ROLE_PRIVS
-
To create the connection pool and setup required environment
-
To configure bean management setup environment
-
To talk to the database directly with out this configuration file
-
To create an object and map the data with corresponding object
-
Session
-
ApplicationContext
-
SessionFactory
-
Hibernate Object
-
SessionFactory sessionFactory = new Configuration().configure();
-
SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory();
-
SessionFactory sessionFactory = new Configuration().configure().sessionFactory();
-
SessionFactory sessionFactory = new Configuration().buildSession();
-
element
-
element
-
element
-
element