repo1.maven.org$maven2@org.hibernate$hibernate-core@4.0.0.Beta5
repo1.maven.org$maven2@org.hibernate$hibernate-core@4.0.0.Beta5@org$hibernate$service$jndi$spi$JndiService.java
file
oh
o
[]
package org.hibernate.service.jndi.spi;
Service providing simplified access to JNDI related features needed by Hibernate.
Locate an object in JNDI by name
- Parameters:
jndiName The JNDI name of the object to locate- Returns:
- The object found (may be null).
Binds a value into JNDI by name.
- Parameters:
jndiName The name under which to bind the objectvalue The value to bind
Unbind a value from JNDI by name.
- Parameters:
jndiName The name under which the object is bound
Adds the specified listener to the given JNDI namespace.
- Parameters:
jndiName The JNDI namespacelistener The listener