org.asyrinx.joey.spring.dao
インタフェース JoeyBaseDao

既知の実装クラスの一覧:
BaseHibernateDao

public interface JoeyBaseDao

作成者:
akima

メソッドの概要
 java.util.Date getCurrentDate()
           
 java.sql.Time getCurrentTime()
           
 java.sql.Timestamp getCurrentTimestamp()
           
 java.util.Date getCurrentTimestampAsDate()
           
 org.asyrinx.brownie.jdbc.util.JdbcServerService getJdbcServerService()
           
 java.util.List select(SearchCondition condition)
           
 

メソッドの詳細

select

public java.util.List select(SearchCondition condition)

getJdbcServerService

public org.asyrinx.brownie.jdbc.util.JdbcServerService getJdbcServerService()

getCurrentDate

public java.util.Date getCurrentDate()

getCurrentTime

public java.sql.Time getCurrentTime()

getCurrentTimestamp

public java.sql.Timestamp getCurrentTimestamp()

getCurrentTimestampAsDate

public java.util.Date getCurrentTimestampAsDate()


Copyright © 2004 asyrinx organization. All Rights Reserved.