|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Manageable | |
---|---|
org.hibernate.engine.jdbc.batch.internal | |
org.hibernate.engine.jdbc.batch.spi | |
org.hibernate.service.jmx.internal | |
org.hibernate.service.jmx.spi |
Uses of Manageable in org.hibernate.engine.jdbc.batch.internal |
---|
Classes in org.hibernate.engine.jdbc.batch.internal that implement Manageable | |
---|---|
class |
BatchBuilderImpl
A builder for Batch instances. |
Uses of Manageable in org.hibernate.engine.jdbc.batch.spi |
---|
Subinterfaces of Manageable in org.hibernate.engine.jdbc.batch.spi | |
---|---|
interface |
BatchBuilder
A builder for Batch instances |
Uses of Manageable in org.hibernate.service.jmx.internal |
---|
Methods in org.hibernate.service.jmx.internal with parameters of type Manageable | |
---|---|
void |
DisabledJmxServiceImpl.registerService(Manageable service,
Class serviceRole)
|
void |
JmxServiceImpl.registerService(Manageable service,
Class<? extends Service> serviceRole)
|
Uses of Manageable in org.hibernate.service.jmx.spi |
---|
Methods in org.hibernate.service.jmx.spi with parameters of type Manageable | |
---|---|
void |
JmxService.registerService(Manageable service,
Class<? extends Service> serviceRole)
Handles registration of a manageable service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |