Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BatooOrg/BatooJPA
/ functions
Functions
6,989 in github.com/BatooOrg/BatooJPA
⨍
Functions
6,989
◇
Types & classes
1,180
↓ 2 callers
Method
createEntityManagerFactory
Create and return an EntityManagerFactory for the named persistence unit. @param persistenceUnitName the name of the persistence unit @ret
persistence-api/src/main/java/javax/persistence/Persistence.java:101
↓ 2 callers
Method
createEntityManagerFactory
Called by Persistence class when an EntityManagerFactory is to be created. @param emName the name of the persistence unit @param map
persistence-api/src/main/java/javax/persistence/spi/PersistenceProvider.java:39
↓ 2 callers
Method
createIndexes
(DataSource datasource, AbstractTable table)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:377
↓ 2 callers
Method
createJoin
(JoinType joinType, String parentAlias, String alias, final String tableName, final boolean source)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:181
↓ 2 callers
Method
createJoin
Creates a join between the source and destination entities @param joinType the type of the join @param parentAlias the alias of
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/JoinTable.java:104
↓ 2 callers
Method
createJoinColumns
(SecondaryTable table, SingularMapping<?, ?> mapping, List<PrimaryKeyJoinColumnMetadata> metadata)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:205
↓ 2 callers
Method
createMemberName
Returns the qualified name for the member. @param member the member to qualify @return the qualified name for the member @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:186
↓ 2 callers
Method
createNativeQuery
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:341
↓ 2 callers
Method
createTable
(DataSource datasource, AbstractTable table)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:438
↓ 2 callers
Method
customer
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/EmbeddableOverrides2Test.java:41
↓ 2 callers
Method
delete
Delete all occurrences of the given substring. @param inString the original String @param pattern the pattern to delete all occ
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:401
↓ 2 callers
Method
delimitedListToStringArray
Take a String which is a delimited list and convert it to a String array. <p> A single delimiter can consists of more than one character: It will stil
batoo-jpa/src/main/java/org/batoo/common/util/StringUtils.java:441
↓ 2 callers
Method
desc
Create an ordering by the descending value of the expression. @param x expression used to define the ordering @return descending ordering
persistence-api/src/main/java/javax/persistence/criteria/CriteriaBuilder.java:479
↓ 2 callers
Method
detachAll
Details all the children. @param connection the connection @param instance the instance @throws SQLException thrown
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/PluralMappingEx.java:106
↓ 2 callers
Method
dropAllTables
Drops all the tables in the database. @param datasource the datasource @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:409
↓ 2 callers
Method
empty_collection_comparison_expression
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:16677
↓ 2 callers
Method
enhanceCollections
Enhances the collections of the managed instance. @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:407
↓ 2 callers
Method
ensureAlias
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ParameterExpressionImpl.java:95
↓ 2 callers
Method
ensureAlias
Ensures the alias is generated. @param query the query @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractParameterExpressionImpl.java:70
↓ 2 callers
Method
ensureTypeResolved
Ensures the type has been resolved. @param metamodel the metamodel @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractParameterExpressionImpl.java:80
↓ 2 callers
Method
excludeUnlistedClasses
Returns whether classes in the root of the persistence unit that have not been explicitly listed are to be included in the set of managed classes. Thi
persistence-api/src/main/java/javax/persistence/spi/PersistenceUnitInfo.java:35
↓ 2 callers
Method
exec
(String cmd)
community/src/test/java/org/batoo/jpa/community/test/BaseCoreTest.java:260
↓ 2 callers
Method
executeQuery
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/PreparedStatementProxy.java:260
↓ 2 callers
Method
exists
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaBuilderImpl.java:526
↓ 2 callers
Method
extractKey
Extracts key from the value. @param value the value @return the key of the value @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/JoinedMapping.java:58
↓ 2 callers
Method
faliased_qid
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:15990
↓ 2 callers
Method
fillIdValues
Fills the sequence / table generated values. The operation returns false if at least one entity needs to obtain identity from the database. @return f
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/instance/ManagedInstance.java:441
↓ 2 callers
Method
fillStatement
Fill the <code>PreparedStatement</code> replacement parameters with the given objects. @param statement PreparedStatement to fill @param p
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/dbutils/QueryRunner.java:179
↓ 2 callers
Method
find
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:441
↓ 2 callers
Method
flush
Synchronize the persistence context to the underlying database. @throws TransactionRequiredException if there is no transaction or if the
persistence-api/src/main/java/javax/persistence/EntityManager.java:275
↓ 2 callers
Method
flush
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerImpl.java:522
↓ 2 callers
Method
foo
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/EmbeddableTest.java:41
↓ 2 callers
Method
foo
()
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides/EmbeddableOverridesTest.java:41
↓ 2 callers
Method
from_declaration
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:1729
↓ 2 callers
Method
functions_returning_datetime
()
batoo-jpa/src/main/java/org/batoo/jpa/jpql/JpqlParser.java:13387
↓ 2 callers
Method
generateDiscrimination
Returns the restriction based on discrimination. @param noQualification if the fields should not be qualified @return the restriction base
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/join/AbstractFrom.java:211
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/path/MapKeyPath.java:79
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AggregationExpression.java:87
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/LikeExpression.java:72
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CurrentTemporalExpression.java:65
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CastExpression.java:64
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ComparisonExpression.java:130
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/LocateExpression.java:68
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/DateTimeExpression.java:67
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/TrimExpression.java:71
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CountExpression.java:65
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NumericFunctionExpression.java:74
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/CaseTransformationExpression.java:80
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/IsNullExpression.java:62
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/ArithmeticExression.java:99
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SubstringExpression.java:68
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/SizeExpression.java:73
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/IndexExpression.java:65
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/AbstractTypeExpression.java:61
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NegationExpression.java:65
↓ 2 callers
Method
generateJpqlRestriction
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/expression/NullIfExpression.java:68
↓ 2 callers
Method
generateSqlRestriction
Returns the restriction for the query. @return the restriction @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/AbstractCriteriaQueryImpl.java:308
↓ 2 callers
Method
generateSqlRestriction
Returns the restriction for the query. @return the restriction @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/criteria/CriteriaModify.java:118
↓ 2 callers
Method
generateUpdateSql
Generates the update statement for the type. @param type the type to generate the update statement for @since 2.0.0 @param pkColumns
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/AbstractTable.java:261
↓ 2 callers
Method
getAccessor
Returns the accessor for the member @param javaMember the java member @return the accessor @since 2.0.1
batoo-jpa/src/main/java/org/batoo/common/reflect/ReflectHelper.java:199
↓ 2 callers
Method
getAllTables
()
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/MetamodelImpl.java:472
↓ 2 callers
Method
getAssociationMetadata
Returns the effective association metadata for the attribute checking with the parent mappings and entities. @return the column metadata @since 2.0.
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AssociationMappingImpl.java:275
↓ 2 callers
Method
getAssociationsSingular
Returns the singular associated mappings. @return the singular associated mappings @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:618
↓ 2 callers
Method
getAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/SingularAssociationMappingImpl.java:153
↓ 2 callers
Method
getAttribute
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/ElementCollectionMappingImpl.java:230
↓ 2 callers
Method
getBars
Returns the bars of the Foo. @return the bars of the Foo @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/lock/Foo2.java:57
↓ 2 callers
Method
getBasicMappings
Returns the basic mappings of the type. @return the basic mappings of the type @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:709
↓ 2 callers
Method
getCacheable
Returns if the entity is cachable. @return true if the entity is cachable @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/type/EntityMetadata.java:71
↓ 2 callers
Method
getCalendar
()
community/src/test/java/org/batoo/jpa/community/test/criteriaQueryWithCalendar/CalendarTemporalFieldEntity.java:56
↓ 2 callers
Method
getChildren1
Returns the children1 of the Parent. @return the children1 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/Parent.java:89
↓ 2 callers
Method
getChildren1
Returns the children1 of the Parent. @return the children1 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/priotizer/Parent.java:59
↓ 2 callers
Method
getChildren2
Returns the children2 of the Parent. @return the children2 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/priotizer/Parent.java:70
↓ 2 callers
Method
getChildren4
Returns the children4 of the Parent. @return the children4 of the Parent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/merge/Parent.java:122
↓ 2 callers
Method
getCity
Returns the city of the Address. @return the city of the Address @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/strategy/Address.java:78
↓ 2 callers
Method
getCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/fetch/lazy/Address.java:85
↓ 2 callers
Method
getCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/Address.java:41
↓ 2 callers
Method
getCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/embeddable/overrides2/Address.java:44
↓ 2 callers
Method
getCity
Returns the city. @return the city @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/refresh/Address.java:82
↓ 2 callers
Method
getClassCache
(PersistenceUnitMetadata pu)
batoo-jpa/src/main/java/org/batoo/jpa/parser/impl/acl/JBoss7AnnotatedClassLocator.java:62
↓ 2 callers
Method
getCodes1
Returns the codes1. @return the codes1 @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/ElementCollectionParent.java:87
↓ 2 callers
Method
getCodes5
Returns the codes5 of the ElementCollectionParent. @return the codes5 of the ElementCollectionParent @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/ElementCollectionParent.java:131
↓ 2 callers
Method
getColumn
Name of the column in the SELECT clause - i.e., column aliases, if applicable. @return column @since 2.0.1
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/FieldResultMetadata.java:35
↓ 2 callers
Method
getColumnMetadata
(List<PrimaryKeyJoinColumnMetadata> metadata, AbstractColumn column, SingularMapping<?, ?> mapping)
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/ForeignKey.java:311
↓ 2 callers
Method
getColumnType
{@inheritDoc}
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/H2Adaptor.java:195
↓ 2 callers
Method
getCountry
Returns the country. @return the country @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/refresh/Address.java:92
↓ 2 callers
Method
getCountry
Returns the country. @return the country @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/q/Address.java:97
↓ 2 callers
Method
getDatasource
Returns the datasource of the entity manager factory. @return the datasource of the entity manager @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/manager/EntityManagerFactoryImpl.java:513
↓ 2 callers
Method
getDate
()
community/src/test/java/org/batoo/jpa/community/test/criteriaQueryWithCalendar/CalendarTemporalFieldEntity.java:60
↓ 2 callers
Method
getDependenciesFor
Returns the dependencies for the associate type @param associate the associate type @return the array of associations for the associate @
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/EntityTypeImpl.java:871
↓ 2 callers
Method
getDescription
()
community/src/test/java/org/batoo/jpa/community/test/i152/Kid.java:67
↓ 2 callers
Method
getDisplayText
@return the display text @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/inheritence/complex/BaseEntity.java:96
↓ 2 callers
Method
getDriverClass
Gets driver class set in config. @return Driver class set in config
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/BoneCPDataSource.java:175
↓ 2 callers
Method
getDropForeignKeySql
Returns the SQL to drop the foreign key. @param schema the name of the schema @param table the name of the table @param foreign
batoo-jpa/src/main/java/org/batoo/jpa/jdbc/adapter/JdbcAdaptor.java:840
↓ 2 callers
Method
getE2
Returns the e2 of the E1. @return the e2 of the E1 @since 2.0.0
community/src/test/java/org/batoo/jpa/community/test/t4/E1.java:75
↓ 2 callers
Method
getEagerMappings
Returns the eager mappings. @return the array of mappings eager @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/core/impl/model/mapping/AbstractParentMapping.java:272
↓ 2 callers
Method
getElementCollections
Returns the element collection attributes. @return the element collection attributes @since 2.0.0
batoo-jpa/src/main/java/org/batoo/jpa/parser/metadata/attribute/AttributesMetadata.java:47
↓ 2 callers
Method
getEmp
@return the emp @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e3a/Dependent.java:113
↓ 2 callers
Method
getEmp
@return the emp @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e2a/Dependent.java:112
↓ 2 callers
Method
getEmpId
@return the empId @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e3a/Employee.java:90
↓ 2 callers
Method
getEmpId
@return the empId @since 2.0.0
batoo-jpa/src/test/java/org/batoo/jpa/core/test/derivedIdentities/e1b/Employee.java:102
← previous
next →
901–1,000 of 6,989, ranked by callers