Uses of Interface
org.cxbox.model.core.api.EmbeddedKeyable
-
Packages that use EmbeddedKeyable Package Description org.cxbox.model.core.dao org.cxbox.model.core.dao.impl -
-
Uses of EmbeddedKeyable in org.cxbox.model.core.dao
Methods in org.cxbox.model.core.dao with parameters of type EmbeddedKeyable Modifier and Type Method Description voidJpaDao. deleteWithCompositeKey(EmbeddedKeyable o)Deprecated.voidJpaDao. saveWithCompositeKey(EmbeddedKeyable o)Deprecated. -
Uses of EmbeddedKeyable in org.cxbox.model.core.dao.impl
Methods in org.cxbox.model.core.dao.impl with parameters of type EmbeddedKeyable Modifier and Type Method Description voidJpaDaoImpl. deleteWithCompositeKey(EmbeddedKeyable o)voidJpaDaoImpl. saveWithCompositeKey(EmbeddedKeyable o)
-