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, setValidateAgainstClasses
public HibernateInspectorConfig setInputStream(InputStream stream)
setInputStream
in class BaseXmlInspectorConfig
public 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 BaseXmlInspectorConfig
public int hashCode()
hashCode
in class BaseXmlInspectorConfig
protected boolean isHideIds()
Copyright © 2015. All Rights Reserved.