public class HibernateInspectorConfig extends BaseXmlInspectorConfig
| Constructor and Description |
|---|
HibernateInspectorConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
int |
hashCode() |
protected boolean |
isHideIds() |
HibernateInspectorConfig |
setHideIds(boolean hideIds)
Sets whether the Inspector returns <id> properties as
hidden="true". |
HibernateInspectorConfig |
setInputStream(InputStream stream)
Overridden to provide a covariant return type for our fluent interface.
|
getDocuments, getInputStreams, getResourceResolver, getRestrictAgainstObject, getValidateAgainstClasses, isInferInheritanceHierarchy, setDefaultFile, setDocuments, setInferInheritanceHierarchy, setInputStreams, setResourceResolver, setRestrictAgainstObject, setValidateAgainstClassespublic HibernateInspectorConfig setInputStream(InputStream stream)
setInputStream in class BaseXmlInspectorConfigpublic HibernateInspectorConfig setHideIds(boolean hideIds)
hidden="true". True
by default.
Hibernate recommends using synthetic ids, so generally they don't appear in the UI.
public boolean equals(Object that)
equals in class BaseXmlInspectorConfigpublic int hashCode()
hashCode in class BaseXmlInspectorConfigprotected boolean isHideIds()
Copyright © 2015. All Rights Reserved.