cancel
Showing results for 
Search instead for 
Did you mean: 

Where is the Connection object in Alf code ?

sanket
Champ on-the-rise
Champ on-the-rise
Where do I find the connection object in alfresco code ?
I have found many connection files but from where I can find the
object created for that ?

What if I want to create a table in MySQL database from the code itself
by running the query i.e executing stmts thru object
1 REPLY 1

mrogers
Star Contributor
Star Contributor
The short answer is that there isn't one.

The database connections are managed by Hibernate.