Uses of Interface
com.logicaldoc.core.metadata.AttributeOptionDAO
-
Packages that use AttributeOptionDAO Package Description com.logicaldoc.core.metadata Package that collects the template and attribute sets definitions.
Many objects of the LogicalDOC platform are extensible and can store your custom metadata, they are all those that extends theExtensibleObject
. -
-
Uses of AttributeOptionDAO in com.logicaldoc.core.metadata
Classes in com.logicaldoc.core.metadata that implement AttributeOptionDAO Modifier and Type Class Description class
HibernateAttributeOptionDAO
Hibernate implementation ofAttributeOptionDAO
Methods in com.logicaldoc.core.metadata with parameters of type AttributeOptionDAO Modifier and Type Method Description void
HibernateAttributeSetDAO. setOptionsDao(AttributeOptionDAO optionsDao)
-