Package org.hibernate.envers.internal.entities.mapper.id

Examples of org.hibernate.envers.internal.entities.mapper.id.IdMapper.mapToEntityFromMap()


        versionsEntity,
        primaryKey,
        versionsReader,
        revision
    );
    idMapper.mapToEntityFromMap( ret, originalId );

    // Put entity on entityName cache after mapping it from the map representation
    versionsReader.getFirstLevelCache().putOnEntityNameCache( primaryKey, revision, ret, entityName );

    return ret;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.