Package | Description |
---|---|
org.metawidget.inspector.jpa |
Inspectors: JPA annotations support.
|
Modifier and Type | Method and Description |
---|---|
JpaInspectorConfig |
JpaInspectorConfig.setHideIds(boolean hideIds)
Sets whether the Inspector returns Id properties as
hidden="true" . |
JpaInspectorConfig |
JpaInspectorConfig.setHideTransients(boolean hideTransients)
Sets whether the Inspector returns Transient properties as
hidden="true" . |
JpaInspectorConfig |
JpaInspectorConfig.setHideVersions(boolean hideVersions)
Sets whether the Inspector returns Version properties as
hidden="true" . |
JpaInspectorConfig |
JpaInspectorConfig.setPropertyStyle(PropertyStyle propertyStyle)
Overridden to return a JpaInspectorConfig, as part of a fluent interface.
|
Constructor and Description |
---|
JpaInspector(JpaInspectorConfig config) |
Copyright © 2015. All Rights Reserved.