|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| org.ow2.petals.registry.core.repository.bo | |
| org.ow2.petals.registry.core.repository.dao | |
| Uses of Endpoint in org.ow2.petals.registry.core.repository.bo |
|---|
| Methods in org.ow2.petals.registry.core.repository.bo that return Endpoint | |
|---|---|
Endpoint |
TOAdapter.toBO(org.ow2.petals.registry.api.Resource resource)
|
| Methods in org.ow2.petals.registry.core.repository.bo with parameters of type Endpoint | |
|---|---|
org.ow2.petals.registry.api.Resource |
TOAdapter.toTO(Endpoint boEndpoint)
|
| Uses of Endpoint in org.ow2.petals.registry.core.repository.dao |
|---|
| Methods in org.ow2.petals.registry.core.repository.dao that return Endpoint | |
|---|---|
Endpoint |
EndpointDAO.get(org.hibernate.Session session,
java.lang.String path)
|
| Methods in org.ow2.petals.registry.core.repository.dao that return types with arguments of type Endpoint | |
|---|---|
java.util.List<Endpoint> |
EndpointDAO.getAllFromPath(org.hibernate.Session session,
java.lang.String path)
|
java.util.List<Endpoint> |
EndpointDAO.getAllFromRegistry(org.hibernate.Session session,
java.lang.String registry)
|
java.util.List<Endpoint> |
EndpointDAO.getEndpointPath(org.hibernate.Session session,
java.lang.String path)
|
java.util.List<Endpoint> |
EndpointDAO.query(HibernateHelper hibernateHelper,
org.ow2.petals.registry.api.Query query)
|
| Methods in org.ow2.petals.registry.core.repository.dao with parameters of type Endpoint | |
|---|---|
void |
EndpointDAO.create(org.hibernate.Session session,
Endpoint endpoint)
|
void |
EndpointDAO.merge(org.hibernate.Session session,
Endpoint endpoint)
|
void |
EndpointDAO.update(org.hibernate.Session session,
Endpoint endpoint,
java.lang.String path)
|
| Method parameters in org.ow2.petals.registry.core.repository.dao with type arguments of type Endpoint | |
|---|---|
long |
EndpointDAO.count(org.hibernate.Session session,
java.lang.Class<Endpoint> endpoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||