public static class EntityLoader.Builder extends Object
Constructor and Description |
---|
Builder(OuterJoinLoadable persister) |
Modifier and Type | Method and Description |
---|---|
EntityLoader |
byPrimaryKey() |
EntityLoader |
byUniqueKey(String[] keyColumnNames,
Type keyType) |
EntityLoader.Builder |
withBatchSize(int batchSize) |
EntityLoader.Builder |
withInfluencers(LoadQueryInfluencers influencers) |
EntityLoader.Builder |
withLockMode(LockMode lockMode) |
EntityLoader.Builder |
withLockOptions(LockOptions lockOptions) |
public Builder(OuterJoinLoadable persister)
public EntityLoader.Builder withBatchSize(int batchSize)
public EntityLoader.Builder withInfluencers(LoadQueryInfluencers influencers)
public EntityLoader.Builder withLockMode(LockMode lockMode)
public EntityLoader.Builder withLockOptions(LockOptions lockOptions)
public EntityLoader byPrimaryKey()
public EntityLoader byUniqueKey(String[] keyColumnNames, Type keyType)
Copyright © 2017 JBoss by Red Hat. All rights reserved.