public class JDBCReadAheadMetaData extends Object
Modifier and Type | Field and Description |
---|---|
static JDBCReadAheadMetaData |
DEFAULT |
Constructor and Description |
---|
JDBCReadAheadMetaData(ParsedReadAhead parsed,
JDBCReadAheadMetaData defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
getEagerLoadGroup()
Gets the eager load group.
|
List<JDBCLeftJoinMetaData> |
getLeftJoins() |
int |
getPageSize()
Gets the read ahead page size.
|
boolean |
isNone()
Is read ahead strategy is none.
|
boolean |
isOnFind()
Is the read ahead strategy on-find
|
boolean |
isOnLoad()
Is the read ahead strategy on-load
|
String |
toString()
Returns a string describing this JDBCReadAheadMetaData.
|
public static final JDBCReadAheadMetaData DEFAULT
public JDBCReadAheadMetaData(ParsedReadAhead parsed, JDBCReadAheadMetaData defaultValue)
public boolean isNone()
public boolean isOnLoad()
public boolean isOnFind()
public int getPageSize()
public String getEagerLoadGroup()
public List<JDBCLeftJoinMetaData> getLeftJoins()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.