Uses of Class
io.higson.runtime.model.DomainObjectImpl
Packages that use DomainObjectImpl
Package
Description
-
Uses of DomainObjectImpl in io.higson.runtime.core.datasource
Methods in io.higson.runtime.core.datasource that return types with arguments of type DomainObjectImplModifier and TypeMethodDescriptionDomainCacheDao.getObjectsById(String profileCode, int sessionId, Map<String, DomainObjectTypeImpl> types, Set<Integer> userRegionVersions) -
Uses of DomainObjectImpl in io.higson.runtime.core.datasource.snapshot.domain
Methods in io.higson.runtime.core.datasource.snapshot.domain that return types with arguments of type DomainObjectImplModifier and TypeMethodDescriptionSnapshotDomainCacheDao.getObjectsById(String profileCode, int sessionId, Map<String, DomainObjectTypeImpl> types, Set<Integer> versions) -
Uses of DomainObjectImpl in io.higson.runtime.dao
Methods in io.higson.runtime.dao that return types with arguments of type DomainObjectImplModifier and TypeMethodDescriptionDomainCacheJdbcDao.getObjectsById(String profileCode, int sessionId, Map<String, DomainObjectTypeImpl> types, Set<Integer> userRegionVersions) -
Uses of DomainObjectImpl in io.higson.runtime.model
Methods in io.higson.runtime.model that return DomainObjectImplMethods in io.higson.runtime.model that return types with arguments of type DomainObjectImplMethods in io.higson.runtime.model with parameters of type DomainObjectImplModifier and TypeMethodDescriptionvoidDomainObjectImpl.addReference(DomainObjectImpl referenced, String referenceInCollectionCode) intDomainObjectImpl.compareTo(DomainObjectImpl o) voidTreeDomain.initObjectIdsAndPath(DomainObjectImpl domainObj) voidDomainObjectImpl.removeChild(DomainObjectImpl child) Method parameters in io.higson.runtime.model with type arguments of type DomainObjectImplModifier and TypeMethodDescriptionvoidDomainObjectImpl.addChildren(List<DomainObjectImpl> children) voidDomainObjectImpl.setChildren(List<DomainObjectImpl> children) voidTreeDomain.setRoots(List<DomainObjectImpl> roots, Map<String, DomainObjectTypeImpl> types, Map<String, List<ReferenceDto>> parentReference)