org.infinispan.query.impl.EntityLoaded Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-query Show documentation
Show all versions of infinispan-query Show documentation
Infinispan Query API module
The newest version!
package org.infinispan.query.impl;
import org.infinispan.metadata.Metadata;
public record EntityLoaded(E entity, Metadata metadata) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy