Uses of Class
liquibase.ObjectMetaData.Attribute
-
Packages that use ObjectMetaData.Attribute Package Description liquibase Liquibase top level namespace package. -
-
Uses of ObjectMetaData.Attribute in liquibase
Fields in liquibase with type parameters of type ObjectMetaData.Attribute Modifier and Type Field Description SortedSet<ObjectMetaData.Attribute>ObjectMetaData. attributesMetadata about all the object's attributes.Methods in liquibase that return ObjectMetaData.Attribute Modifier and Type Method Description ObjectMetaData.AttributeObjectMetaData. getAttribute(String attributeName)Convenience method to return theObjectMetaData.Attributeinformation for the given attribute.Methods in liquibase with parameters of type ObjectMetaData.Attribute Modifier and Type Method Description intObjectMetaData.Attribute. compareTo(ObjectMetaData.Attribute o)
-