Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » util » [javadoc | source]
org.hibernate.util
public final class: NamingHelper [javadoc | source]
java.lang.Object
   org.hibernate.util.NamingHelper
Method from org.hibernate.util.NamingHelper Summary:
bind,   getInitialContext,   getJndiProperties
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.util.NamingHelper Detail:
 public static  void bind(Context ctx,
    String name,
    Object val) throws NamingException 
    Bind val to name in ctx, and make sure that all intermediate contexts exist.
 public static InitialContext getInitialContext(Properties props) throws NamingException 
 public static Properties getJndiProperties(Properties properties) 
    Transform JNDI properties passed in the form hibernate.jndi.* to the format accepted by InitialContext by triming the leading "hibernate.jndi".