Uses of Class
org.nuxeo.ecm.core.schema.PrefetchInfo
Package
Description
Schema API and implementation; a schema describes the names and types of some fields.
-
Uses of PrefetchInfo in org.nuxeo.ecm.core.schema
Modifier and TypeFieldDescriptionprotected PrefetchInfo
DocumentTypeImpl.prefetchInfo
protected PrefetchInfo
SchemaManagerImpl.prefetchInfo
Effective prefetch info.Modifier and TypeMethodDescriptionDocumentType.getPrefetchInfo()
Gets the prefetch info, or null if no prefetch is defined.DocumentTypeImpl.getPrefetchInfo()
Modifier and TypeMethodDescriptionvoid
DocumentTypeImpl.setPrefetchInfo
(PrefetchInfo prefetchInfo) ModifierConstructorDescriptionDocumentTypeImpl
(String name, DocumentType superType, List<Schema> schemas, Collection<String> facets, PrefetchInfo prefetchInfo) Constructs a document type.