com.shift.framework.model
Class ModelBean

java.lang.Object
  extended by com.shift.framework.model.ModelBean

public abstract class ModelBean
extends java.lang.Object

ºñÁî´Ï½º ·ÎÁ÷À» ´ã´çÇÏ´Â °´Ã¼¿¡¼­ °øÅëÀûÀ¸·Î 󸮵Ǵ ¸Þ¼Òµå ¹× Çʵ带 ±¸ÇöÇÑ Ãß»ó°´Ã¼

Since:
2007.01.10
Version:
1.0
Author:
Shift Information & Communication

Constructor Summary
ModelBean()
           
 
Method Summary
 java.sql.Connection getConnection(java.lang.String lookup)
          JNDI¸¦ ÅëÇØ¼­ Connection°´Ã¼¸¦ °¡Á®¿À´Â ¸Þ¼Òµå
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelBean

public ModelBean()
Method Detail

getConnection

public java.sql.Connection getConnection(java.lang.String lookup)
                                  throws javax.naming.NamingException,
                                         java.sql.SQLException
JNDI¸¦ ÅëÇØ¼­ Connection°´Ã¼¸¦ °¡Á®¿À´Â ¸Þ¼Òµå

Parameters:
lookup - JNDI lookup¸í
Returns:
Connection °´Ã¼
Throws:
javax.naming.NamingException
java.sql.SQLException
Since:
1.0