Uses of Class
cronapi.database.EntityMetadata
-
Packages that use EntityMetadata Package Description cronapi.database cronapi.rest -
-
Uses of EntityMetadata in cronapi.database
Methods in cronapi.database that return EntityMetadata Modifier and Type Method Description EntityMetadataDataSource. getMetadata()Constructors in cronapi.database with parameters of type EntityMetadata Constructor Description RelationMetadata(EntityMetadata from, javax.persistence.metamodel.Attribute attr, javax.persistence.metamodel.ManagedType to, javax.persistence.metamodel.Attribute associationAttr, javax.persistence.metamodel.ManagedType association) -
Uses of EntityMetadata in cronapi.rest
Methods in cronapi.rest that return types with arguments of type EntityMetadata Modifier and Type Method Description org.springframework.http.HttpEntity<EntityMetadata>CronapiREST. dataOptions(String entity)
-