net.sf.oness.common.model.dao.hibernate
Class HibernateProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bynet.sf.oness.common.model.dao.hibernate.HibernateProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class HibernateProperties
extends java.util.Properties

Util class to create an hibernate properties object in Spring so it can be used with jndi obtained properties

Version:
$Revision: 1.1 $
Author:
Carlos Sanchez
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
HibernateProperties(java.util.Properties properties)
          Create a Properties object with specified properties
 
Method Summary
 void setHibernateDialect(java.lang.String hibernateDialect)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HibernateProperties

public HibernateProperties(java.util.Properties properties)
Create a Properties object with specified properties

Parameters:
properties -
Method Detail

setHibernateDialect

public void setHibernateDialect(java.lang.String hibernateDialect)


Copyright © 2003-2005 ONess Project. All Rights Reserved.