public class EntityManagerFactoryLocator extends Object implements org.apache.wicket.proxy.IProxyTargetLocator
IProxyTargetLocator to locate Java EE 5 EntityManagerFactory
To use this technique in a Wicket Page, just insert a line like| Constructor and Description |
|---|
EntityManagerFactoryLocator(String pUnit)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPersistenceUnit() |
int |
hashCode() |
Object |
locateProxyTarget() |
public EntityManagerFactoryLocator(String pUnit)
pUnit - - persistence unitpublic Object locateProxyTarget()
locateProxyTarget in interface org.apache.wicket.proxy.IProxyTargetLocatorIProxyTargetLocator.locateProxyTarget()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String getPersistenceUnit()
Copyright © 2017. All rights reserved.