public final class

NamingHelper

extends Object
java.lang.Object
   ↳ org.hibernate.util.NamingHelper

Summary

Public Methods
static void bind(Context ctx, String name, Object val)
Bind val to name in ctx, and make sure that all intermediate contexts exist.
static InitialContext getInitialContext(Properties props)
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".
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void bind (Context ctx, String name, Object val)

Bind val to name in ctx, and make sure that all intermediate contexts exist.

Parameters
ctx the root context
name the name as a string
val the object to be bound

public static InitialContext getInitialContext (Properties props)

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".